add jj alias
This commit is contained in:
parent
92511f2464
commit
662297a51e
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@ backend = "gpg"
|
||||||
signingkey = "7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E"
|
signingkey = "7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
private-commits = "description(glob:'wip:*') | description(glob:'private:*')"
|
private-commits = "description(glob:'wip*') | description(glob:'private:*')"
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
default-command = "log"
|
default-command = "log"
|
||||||
|
@ -17,3 +17,6 @@ diff-editor = ":builtin"
|
||||||
|
|
||||||
[ui.diff]
|
[ui.diff]
|
||||||
format = "git"
|
format = "git"
|
||||||
|
|
||||||
|
[aliases]
|
||||||
|
wip = ["ci", "-m", "wip"]
|
||||||
|
|
Loading…
Reference in a new issue