Skip to content

Commit

Permalink
In line fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmccullough committed Sep 18, 2011
1 parent 9dadcb8 commit d8d0284
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configuration/dot-gitconfig
Expand Up @@ -87,7 +87,11 @@
# testme2 = !echo cd $1
# testme3 = "!function gitme() { git init $1; echo now cd to $1; }; gitme"
purgeme = !git clean -fd && git reset --hard
prunenow = gc --prune=now
prunenow = gc --prune=now
fixup = !sh -c 'git commit -m \"fixup! $(git log -1 --format='\\''%s'\\'' $@)\"' -
squash = !sh -c 'git commit -m \"squash! $(git log -1 --format='\\''%s'\\'' $@)\"' -
ri = rebase --interactive --autosquash


[apply]
whitespace = nowarn
Expand Down

0 comments on commit d8d0284

Please sign in to comment.