git config –global credential.helper cache git config –global credential.helper ‘cache –timeout=3600′ The first command enables the password caching, the second sets the timeout to 1hr. Note this won’t work with ssh, but you will have already setup SSH Keys, right?
[ Read More → ]