git: Add an alias for git-jump
This commit is contained in:
parent
f1f9058f06
commit
b2e42c2cd6
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
[advice]
|
||||
addEmptyPathspec = false
|
||||
addIgnoredFile = false
|
||||
[alias]
|
||||
jump = !/usr/share/git/git-jump/git-jump
|
||||
[blame]
|
||||
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
|
||||
markIgnoredLines = true
|
||||
|
|
Loading…
Reference in a new issue