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

[Feature Request] Add keep_updated key in configuration file #72

Open hukaidong opened 1 month ago

hukaidong commented 1 month ago

When I use grm to manage my dotfiles, I want them being updated if there's any commits from other devices. Currently grm only checks the existance of a repository but not keep them updated to remote. A "keep_updated=true" command would be wonderful to let grm know this repo should be actively pulled every time when it syncs.