DEV Community

[Comment from a deleted post]
Collapse
 
matthewpersico profile image
Matthew O. Persico

It’s very highly scripted. I keep all gits in $HOME/ gits/ “remote server”/org/repo. Each worktree in a subdir of that called wt. I can run a command git go to give me a listing and then I pick one to cd to. I even wrote my own ‘git’ dispatcher function so I could enhance existing commands. I should write an article about that