...
These are a list of Git guidelines that team members should be held to when contributing to a codebase. Some are just general Git hygiene and others are specific good practices to follow for this team.
Resources
If you are new to git, the following may be helpful to have on you while you learn.
View file |
---|
name | Git 101 (Basics of Git).pdf |
---|
|
Commits
Commits will only contain relevant files/changes
...
Pull Requests will include how the code was tested
Resources
If you are new to git, the following may be helpful to have on you while you learn.
View file |
---|
name | Git 101 (Basics of Git).pdf |
---|
|
...