background preloader

GitHub - Usage, Apps, Boilerplate, etc.

Facebook Twitter

GitX - See It. John Dugan. Preface. Git is a version control Swiss army knife.

Preface

A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. As Arthur C. Clarke observed, any sufficiently advanced technology is indistinguishable from magic. Scrolling Navbar. Joshdmiller/ng-boilerplate. Dypsilon/frontend-dev-bookmarks. Git - Simple File Management. Files can be added, committed and removed from git repositories using one or more of the following commands: Adding a file named "testFile.xml" to the index.

Git - Simple File Management

Testing to view differences between the index and HEAD produces something like the following: 1.lizard:l8mdv-si-samples mvickery$ git diff --cached.