CollaboratingOnGit - aefreedman/SP2018_IntermediateGameDev GitHub Wiki
Working on a shared repo with Collaborators
These steps do not necessarily need to happen in this order
For the repository owner
- Make repository
- Remember to include a
.gitignorefor 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
For everyone
- Make Project and Issues on repository and assign responsibility
- Collaborators work on assigned tasks and commit to their branches
For the collaborators
- 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)