Basic git commands to participate in a team project
Assumptions:
The following assumptions are made about this manual section's requirements:
- Git installed on local machine
- Git is configured on local machine, i.e.,
git config command sequence
- GitHub user account exists
- GitHub user has repository access
- Knows how to navigate command-line interface, i.e., Terminal or another shell
Requirements
Complete guidance on the following to resolve this request:
Note: This is focused on team projects, and there are lesser overhead branch concerns when working on solo projects, but those are for another section.
Basic git commands to participate in a team project
Assumptions:
The following assumptions are made about this manual section's requirements:
git configcommand sequenceRequirements
Complete guidance on the following to resolve this request:
git clonedevelopbranchdevelopbranchNote: This is focused on team projects, and there are lesser overhead branch concerns when working on solo projects, but those are for another section.