Add worktree config alias
parent
3f685d0753
commit
d463bd7432
|
@ -29,6 +29,7 @@
|
||||||
rb = "rebase"
|
rb = "rebase"
|
||||||
rbi = "rebase -i"
|
rbi = "rebase -i"
|
||||||
wt = "worktree"
|
wt = "worktree"
|
||||||
|
wtc = "config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\""
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
Loading…
Reference in New Issue