Skip to content

Commit

Permalink
Add git fix/sp aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuad Saud committed Nov 19, 2013
1 parent c49dfb6 commit e8c1af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/config
Expand Up @@ -15,6 +15,7 @@
d = diff
dc = diff --cached
f = fetch --verbose --progress
fix = commit --fixup HEAD
fuck-this-shit = "!git ci -am 'Fuck this shit, I am done for today!'; git p;"
ft = fetch --verbose --tags
fm = pull --verbose
Expand All @@ -32,6 +33,7 @@
ri = rebase -i
redo = commit --amend --no-edit
snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}"
sp = stash pop
st = status --short --branch
t = tag
undo = reset HEAD~1
Expand Down

0 comments on commit e8c1af6

Please sign in to comment.