Update git config 常用命令.txt

This commit is contained in:
张三思
2020-09-18 21:45:40 +08:00
committed by GitHub
parent 735c15483e
commit a97d988920

View File

@@ -1,4 +1,4 @@
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 --date='format:%Y- %m-%d %H:%M:%S'
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"