git config

git config

Creator
Creator
Seonglae Cho
Created
Created
2020 Jan 10 8:23
Editor
Edited
Edited
2025 May 7 17:57
WARNING: If you use credential.helper store from the answer, your password is going to be stored completely unencrypted ("as is") at ~/.git-credentials. Please consult the comments section below or the answers from the "Linked" section, especially if your employer has zero tolerance for security issues.
~/.gitconfig
 
 
 
 

Windows File error

git config alias

If windows change open to start

  • git pr -> Open this PR at github.com
  • git hub -> Open this repo at github.com
  • git amend -> Alias for git commit --amend
  • git ammend -> How I always misspell ‘amend’, also alias for git commit --amend
 
 
 
alias
 

Recommendations