You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Explain screenshot of GitHub repository with clone tooltip open
Clone a repository into a desired directory via git clone
Checkout the develop branch
Checkout a new branch to do work in
Track and commit changes to new branch
Submit pull request on GitHub for develop branch
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.
The text was updated successfully, but these errors were encountered:
Basic git commands to participate in a team project
Assumptions:
The following assumptions are made about this manual section's requirements:
git config
command sequenceRequirements
Complete guidance on the following to resolve this request:
git clone
develop
branchdevelop
branchNote: This is focused on team projects, and there are lesser overhead branch concerns when working on solo projects, but those are for another section.
The text was updated successfully, but these errors were encountered: