Skip to content

Instantly share code, notes, and snippets.

@manooog
Created November 29, 2018 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manooog/04c246107b5424f87f553b27c6a1a2a7 to your computer and use it in GitHub Desktop.
Save manooog/04c246107b5424f87f553b27c6a1a2a7 to your computer and use it in GitHub Desktop.
Git配置
[alias]
st = status
co = checkout
ci = commit
pr = pull --rebase
ps = push
br = branch
unstage = reset HEAD
last = log -1
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%$
d = difftool
g = log --decorate --graph --all
lgs = log --graph --decorate
[user]
name = 阮细浩
email = rxh12352@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment