File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 145145 root = "~/repos" ;
146146 } ;
147147
148+ wt = {
149+ basedir = "../{gitroot}/.worktrees" ;
150+ } ;
151+
148152 # `git config --get-regexp ^alias` will show current aliases
149153 alias = {
150154 fixup = "commit --all --amend" ;
Original file line number Diff line number Diff line change 3434 git
3535 # gh # Don't add gh here. Only use home-manager gh module to avoid https://github.com/cli/cli/pull/5378
3636 ghq
37+ patched . git-wt # `git wt` via subcommand
3738
3839 sequoia-sq # Alt `gpg`
3940 sequoia-chameleon-gnupg
Original file line number Diff line number Diff line change 6969 }
7070 ) ;
7171
72+ # Don't enable shell integrations, it replaces original `git` command.
7273 git-wt = prev . unstable . git-wt . overrideAttrs (
7374 finalAttrs : previousAttrs : {
7475 # 0.15.0 or later is required to enable https://github.com/k1LoW/git-wt/pull/81
You can’t perform that action at this time.
0 commit comments