Usage
Basics
First, check out this brief explanation on what Git is, why it was created, and general descripti...
Pushing / Merging Branches
Pushing If we run ... git push <remote> serverfix Git automatically expands the serverfix branchn...
Submodules
Submodules are a useful feature of git, and allow us to nest projects within our own project. A g...