Skip to content

Instantly share code, notes, and snippets.

@imevro
Created January 4, 2014 13:40
Show Gist options
  • Save imevro/8255449 to your computer and use it in GitHub Desktop.
Save imevro/8255449 to your computer and use it in GitHub Desktop.
Aliases for git
[alias]
co = checkout
ci = commit
s = status
p = push
pl = pull
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