This is an old revision of the document!
Git
Aliases
git config --global user.name "<full name>" git config --global user.email "<email address>" git config --global alias.co checkout git config --global alias.br branch git config --global alias.ci commit git config --global alias.st status
Headline
- Go to the Git repository folder
git config credential.helper store
- Credentials are stored when the user logs in the next time