Skip to content

Commit

Permalink
Remove go git alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 20, 2012
1 parent c522e33 commit 417ebb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git/gitconfig.symlink
Expand Up @@ -24,8 +24,6 @@
# remove all local branches included in the current branch
cleanup = !sh -c 'git branch --merged | grep -E "^[^*]" --exclude "^\\s*master" | xargs -n1 git branch -d'
co = checkout
# Switch to a branch, creating it if necessary
go = checkout -B
# Show the diff between the latest commit and the current state
d = !"git diff-index --quiet HEAD -- || clear; git diff --patch-with-stat"
# `git di $number` shows the diff between the state `$number` revisions ago and the current state
Expand Down

0 comments on commit 417ebb9

Please sign in to comment.