Skip to content

Commit

Permalink
update .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro0522 committed Nov 1, 2018
1 parent 46db8d0 commit ba26563
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
di = diff
l = log --oneline -5
lg = log --graph --oneline
delete-merged-branches = !git branch --merged | grep -v \\* | xargs -I % git branch -d %
fp = !git fetch && git-delete-merged-branches
pp = !git pull && git-delete-merged-branches
[help]
autocorrect = 1
[fetch]
prune = true
[push]
default = current
[user]
Expand Down

0 comments on commit ba26563

Please sign in to comment.