Created
August 28, 2015 19:29
-
-
Save tyrelsouza/7b57fe6394b8190578a3 to your computer and use it in GitHub Desktop.
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] | |
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate | |
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat | |
ld = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative | |
logtree= "log --graph --oneline --decorate --all" | |
la = "!git config -l | grep alias | cut -c 7-" | |
recent = "!git for-each-ref --format=\"%(committerdate:relative) | %(refname)\" --sort=-committerdate refs/heads | sed '/master/d' | head -n 10" | |
tabsescape = "!git diff --color | sed 's/\\t/\\\\t/g'" | |
tabs = "!git diff --color | sed 's/\\t/⌑/g'" | |
v=describe --tags --match 'v*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment