Skip to content

Instantly share code, notes, and snippets.

@imevro
Created May 11, 2017 20:30
Show Gist options
  • Save imevro/fde9e681928d19392ef1ec7f88705202 to your computer and use it in GitHub Desktop.
Save imevro/fde9e681928d19392ef1ec7f88705202 to your computer and use it in GitHub Desktop.
aliases for .gitconfig
[alias]
co = checkout
c = commit
st = status
br = branch
pl = pull
p = push
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment