Created
March 10, 2011 22:14
-
-
Save saterus/865048 to your computer and use it in GitHub Desktop.
Git Config Aliases for stdsun.cse.ohio-state.edu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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