Blog Index

Git Basics

git concepts

Untracked     |       Unmodified      |  Modified     |     Staged
| ---    git add ------------------------------------------->|
                                         | -- git add -----> |
                          |  -- edit  -----> |
                          | <--- git commit -----------------|
| <--- remove ------------|

git commands

inspect

modify

remote

Reference

  1. https://www.atlassian.com/git/tutorials/setting-up-a-repository
  2. Git workflow
  3. Git Documentation