Skip to content

Instantly share code, notes, and snippets.

@gyfchong
Last active July 2, 2018 13:02
Show Gist options
  • Save gyfchong/0b14814b52cd76b732d33221fa23c108 to your computer and use it in GitHub Desktop.
Save gyfchong/0b14814b52cd76b732d33221fa23c108 to your computer and use it in GitHub Desktop.
[alias]
ch = checkout
b = branch
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
p = pull
ps = push
m = merge
a = add
st = status
reset = reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment