# Creating and using a fork
- git clone fork
- git remote add upstream URI
- git checkout -b feat/lol
- git push -u origin feat/lol:feat/lol
- git commit/push/repeat
- git fetch upstream/rebase/force push
- PR
- review/merge
- fetch upstream/rebase
- repeat