jlpatter / oxidized_git

A Git GUI written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `git switch` functionality

jlpatter opened this issue · comments

Could also add --merge functionality too. https://www.git-scm.com/docs/git-switch

Did a quick test and this is actually the default behavior of libgit2 anyway (when checking out) 🙂