-
Notifications
You must be signed in to change notification settings - Fork 4
CollaboratingOnGit
Aaron Freedman edited this page Jul 27, 2018
·
1 revision
These steps do not necessarily need to happen in this order
- Make repository
- Remember to include a
.gitignore
for Unity
- Remember to include a
- Invite collaborators to repository
- Create Unity project in repository
- Push
master
- When the work is done, merge the branches into Master
- Make Project and Issues on repository and assign responsibility
- Collaborators work on assigned tasks and commit to their branches
- Clone repository and make branches
- Do work on your own branch
- Remember to reference your assigned Issues when making commits (Include
#[IssueNumber]
in your commit messages)