Version Control & Developer Workflows¶
Git & BitBucket Workflow¶
- Use our standard git configuration files:
- Follow the instructions in the mvps-configs to configure
$ git init
command to create repos based off of our config which contains a git-hook to add Jira IDs to commits and set the default branch of new repos to main.
Git Commits¶
- Ensure you're committing changes with the Jira Task ID in your commit msg.
- You can use the prepare-commit-msg git hook to do this automatically
Git Repo Maintenance¶
MMT¶
See MMT workflows & tools.