Overview
Information in installing and setting up git.
Details
Installing Git
- https://git-scm.com/downloads
- Download and install the appropriate version
- I believe this also installs "Git Bash"
- TortoiseGit - https://tortoisegit.org/
- Major features to use
- Clone (to create a repoistory)
- Commit
- Push/Pull
- Switch/Checkout (when creating or getting a new branch)
- Merge (when pushing changes from "master" to "develop")
- Major features to use
References/Links
- n/a