View on GitHub

using-git

Using GIT in your workflow

This documentation was written as a part of training modules for beginners at Think42 Labs.

Table of Contents

  1. What is Git?
  2. Installing Git
  3. Creating a Repository
  4. Creating a branch
  5. Changes and Commiting
  6. Pull and Push
  7. A brief intro to Git Flow
  8. Merging Branches
  9. Deleting a Branch
  10. Viewing histories
  11. Undoing a commit
  12. Forking a Repository
  13. Ignoring files
  14. Further Reading / Sources