-
Notifications
You must be signed in to change notification settings - Fork 0
Git Workflow
Hector Kennedy-Dyson edited this page Mar 24, 2021
·
3 revisions
- Clone development branch:
$ git clone
- Locally create a new branch with a descriptive name:
$ git checkout -b my-awesome-feature
- Make regular commits using this convention for commit messages: https://www.conventionalcommits.org/en/v1.0.0/
- Each evening push your commits to the remote repository as a non-muster branch:
$ git push origin my-awesome-feature
- Create a pull request to the development branch
- Pull from development branch after merging party
The Shared Repository Model for reference: https://gist.github.com/seshness/3943237
change remote url: git remote set-url https://github.com/hectorkd/typerspace-client.git