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

Add --stash option to pull #21

Closed hakoerber closed 2 years ago

hakoerber commented 2 years ago

Right now, we refuse to pull when there are local changes. Automatic stashing/unstashing could make this a bit easier.