Skip to content

Git Workflow

Hector Kennedy-Dyson edited this page Mar 24, 2021 · 3 revisions
  1. Clone development branch: $ git clone
  2. Locally create a new branch with a descriptive name: $ git checkout -b my-awesome-feature
  3. Make regular commits using this convention for commit messages: https://www.conventionalcommits.org/en/v1.0.0/
  4. Each evening push your commits to the remote repository as a non-muster branch: $ git push origin my-awesome-feature
  5. Create a pull request to the development branch
  6. 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

Clone this wiki locally