Git
Authentication
Authenticating with Git There are many ways to authenticate with Git when pushing to remote repos...
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...
Software Development
Application Lifecycle Management When creating an application, we outline the entire life cycle w...