In a specific repository, I want to prevent the credentials (i.e. git password) to be stored and cached. Instead, I want the password to be asked everytime someone tries to access the remoter repo.
git config credentials.helper = ?
I don't want this settings to be applied globally