Skip to content

Instantly share code, notes, and snippets.

@bryceml
Last active November 10, 2017 17:33
Show Gist options
  • Save bryceml/3c4d696c6585036e7cb4e6785540ec7d to your computer and use it in GitHub Desktop.
Save bryceml/3c4d696c6585036e7cb4e6785540ec7d to your computer and use it in GitHub Desktop.
Git Config
[alias]
graph = log --graph --pretty=format:'%C(auto)%d %h %cr %Cblue%an %Creset %s' --branches
ls = ls-files
count = rev-list HEAD --count
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment