Created
July 19, 2012 21:43
-
-
Save rjbs/3147055 to your computer and use it in GitHub Desktop.
my git aliases
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] | |
ci = commit -a | |
cl = clean -dfx | |
cc = cherry-pick | |
ff = merge --ff-only | |
fx = commit -a --amend -C HEAD | |
ix = diff --cached | |
st = status -sb | |
fap = fetch --all --prune | |
hist = log --all --graph --color=always --pretty='[%C(cyan)%h%Creset]%C(bold cyan)%d%Creset %s' | |
fist = !git fap && git hist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is now github.com/rjbs/rjbs-git