Skip to content

Commit

Permalink
Added .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarschall committed May 10, 2024
1 parent f93cab9 commit 47f0ebb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[guitool "Rebase onto..."]
cmd = git rebase $REVISION
revprompt = yes
[guitool "Rebase/Continue"]
cmd = git rebase --continue
[guitool "Rebase/Skip"]
cmd = git rebase --skip
[guitool "Rebase/Abort"]
cmd = git rebase --abort
[guitool "Pull with Rebase"]
cmd = git pull --rebase

0 comments on commit 47f0ebb

Please sign in to comment.