Skip to content

Commit 7e7a2c3

Browse files
committed
feat(jj): add gf alias
1 parent 8f55ad6 commit 7e7a2c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

parts/features/dev/jujutsu.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
aliases = {
2424
bt = ["bookmark" "track"];
2525
c = ["commit"];
26+
gf = ["git" "fetch"];
2627
init = ["git" "init" "--colocate"];
2728
push = [
2829
"util"

0 commit comments

Comments
 (0)