Skip to content

Commit

Permalink
git git git
Browse files Browse the repository at this point in the history
  • Loading branch information
arron-green committed Jan 5, 2021
1 parent 876a6cb commit 5a6067a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
whoami = !bash -c 'echo \"$(git config --get user.name) <$(git config --get user.email)>\"'
squash = "!f(){ git rebase -i $(git merge-base ${1:-master} $(git rev-parse --abbrev-ref HEAD)); };f"
rm-merged = !git branch --merged | egrep -v '(^\\*|master|dev)' | xargs -I{} git branch -d {}
git = !exec git

[merge]
tool = diffmerge
Expand Down

0 comments on commit 5a6067a

Please sign in to comment.