1. 程式人生 > >git常用別名設置,保存一份

git常用別名設置,保存一份

out commit blue -- IT AS image check xxx

git配置別名設置,保存一份

若git config --global xxxx 設置,則文件一般在 C:\Users\Administrator\.gitconfig

技術分享圖片

[alias]
lg = log --color --graph --pretty=format:‘%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset‘ --abbrev-commit
co = checkout
ci = commit
br = branch
st = status

git常用別名設置,保存一份