Using Git global config (v1.17.0) #120
rkotze
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Selected co-authors are stored globally now (v1.17.0) meaning when switching between projects your co-authors stay the same.
If you used previous versions then it's likely you have set a local commit template.
If you've set a local commit template in your config then that template will be updated as usual. However, not when you switch projects. This is only an issue if you want to keep the template in sync with git mob cli (v2.1.0) with the extension.
The extension will always fetch the latest co-authors when the view is loaded or in focus.
If you're only using the local template for Git Mob, then it's recommended to remove your local
commit.template
config and use the global config.How to migrate to the global setup:
git config --local --unset commit.template
Git Mob: reload view
) and a global template will be set up.We don't force the use of a global template as this would not follow the priority order of Git config.
Beta Was this translation helpful? Give feedback.
All reactions