-
Notifications
You must be signed in to change notification settings - Fork 0
Git & GitHub
John Boos edited this page Sep 16, 2021
·
1 revision
Git is the standard tool for managing your code base. It saves revisions of code so that previous versions are always accessible. Github is a service that hosts the repository and allows for an entire team to work together successfully.
- Understand basic principals of Git
- Learn basic commands:
git clonegit addgit commitgit branchgit push
- Get familiar with GitHub workflow
Required topics are bold