Some notes – terms and processes for Git.
- clone – copy files from remote repo to local repo
- commit – save to local repo (after being in staged file list)
- push – save/commit to remote repo
- checkout
- reset
- stash
- add
- remove
- fetch
- pull – get updates from remote repo
- branch
- merge
- tag