You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to add new co-authors to Git Mob is to open the .git-coauthors file in your user directory and update the JSON object. See example in Git Mob repo
This does mean there is a dependency on updating Git Mob command line package to support this feature.
The text was updated successfully, but these errors were encountered:
- Enable users to input a co-author manually using vs code inputs
- Rename commands as they are too similar but do different things. This will help reduce confusion.
Related issue: #4
Currently the only way to add new co-authors to Git Mob is to open the
.git-coauthors
file in your user directory and update the JSON object. See example in Git Mob repoThis does mean there is a dependency on updating Git Mob command line package to support this feature.
The text was updated successfully, but these errors were encountered: