hakoerber / git-repo-manager

A git tool to manage worktrees and integrate with GitHub and GitLab
https://hakoerber.github.io/git-repo-manager/
GNU General Public License v3.0
62 stars 9 forks source link

Existing branch is not used if it only exists remotely #43

Open hakoerber opened 1 year ago

hakoerber commented 1 year ago

E.g. if there is a remote branch origin/foo, but no local branch foo, using grm wt add foo will create a new branch instead of reusing foo.