Skip to content

Instantly share code, notes, and snippets.

@saterus
Created March 10, 2011 22:14
Show Gist options
  • Save saterus/865048 to your computer and use it in GitHub Desktop.
Save saterus/865048 to your computer and use it in GitHub Desktop.
Git Config Aliases for stdsun.cse.ohio-state.edu
[alias]
lg = !git --no-pager log
df = !git --no-pager diff
hist = !git --no-pager 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