mirror of
https://github.com/notfresh/git_faq.git
synced 2026-06-04 16:34:23 +08:00
7 lines
345 B
Plaintext
7 lines
345 B
Plaintext
git config --global alias.l "log --color --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s%Creset %Cgreen(%cd) %C(bold blue)<%an>%Creset' --abbrev-commit"
|
|
git config --global alias.st "status -s"
|
|
git config --global alias.ck "checkout"
|
|
git config --global alias.ckp "checkout -p"
|
|
git config --global alias.ap "add -p"
|
|
|