diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -47,3 +47,12 @@ rbc = rebase --continue rba = rebase --abort rbs = rebase --skip + + # contrib + + # git-jump + jp = jump + jd = jump diff + jm = jump merge + jg = jump grep + jw = jump ws |