Skip to content

Commit

Permalink
Remove unneeded sed whitespace removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Droogans committed Apr 22, 2015
1 parent 52f44bb commit b5409ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ap = apply --check # diff.patch
br = branch -a --no-merged
ci = commit
cleanup = "!git branch --no-color --merged | grep -v 'master' | sed -e 's/^[ \t]*//' | xargs -n 1 git branch -d"
cleanup = "!git branch --no-color --merged | grep -v 'master' | xargs -n 1 git branch -d"
co = checkout
cp = cherry-pick
df = diff
Expand Down

0 comments on commit b5409ec

Please sign in to comment.