git

This is an old revision of the document!


Git

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
  1. Go to the Git repository folder
  2. git config credential.helper store
  3. Credentials are stored when the user logs in the next time
  • git.1584433377.txt.gz
  • Last modified: 2020/12/29 02:09
  • (external edit)