Skip to content

Instantly share code, notes, and snippets.

@chazcheadle
Created February 22, 2016 16:07
Show Gist options
  • Select an option

  • Save chazcheadle/e1b1f7daefb292795e49 to your computer and use it in GitHub Desktop.

Select an option

Save chazcheadle/e1b1f7daefb292795e49 to your computer and use it in GitHub Desktop.
Git aliases
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an%d%Creset %s %Cgreen(%cr)%Creset' --date=relative
st = status
br = branch
co = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment