Hello, I put my git password in .git/confit
[remote "origin"] url = https://user:[email protected]/username/project.git fetch = +refs/heads/*:refs/remotes/origin/* I'm aware that's not a great idea because of security but that's very convenient when using several identities. The problem of this is that most git command display password. Maybe git should be improve to hide password in text console output by default Kind regards -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
