Skip to content

Instantly share code, notes, and snippets.

@tonyseek
Last active October 12, 2015 10:28
Show Gist options
  • Save tonyseek/4013167 to your computer and use it in GitHub Desktop.
Save tonyseek/4013167 to your computer and use it in GitHub Desktop.
[DEPRECATED] My Git Configuration
[user]
name = Jiangge Zhang
email = [email protected]
[color]
ui = auto
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
ci = commit
st = status
br = branch
co = checkout
df = diff --no-ext-diff
up = pull --ff-only
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment