1
THIS PUBLICATION (WEBSITE) is, in effect an online book. The purpose of this book is to explain how the Git version control system (VCS) and its online partner in crime GitHub work; specifically how these two applications can be made to work from within the development environment of the Brackets text editor.
I explain everything from scratch:
The concepts used by Git and GitHub for version control
Installing Git
Using Git Bash (Git’s command line terminal) to set up the default configuration for Git on your machine
Setting up a GitHub account
Installing Brackets and the tools needed to incorporate Git and GitHub
An example web project to demonstrate the proper way to use Brackets and the Git and GitHub version control system
Instructions for working with GitHub directly
Using GitHub in collaboration with others
I also provide additional material explaining the command line interface and some useful information for developing with GitHub.