# summary 1. upload the changes -------------------------- $ git push origin master # git push origin 2. link the remote branch -------------------------- $ git remote add origin https://github.com/username/myproject.git 3. Commit and add -------------------------- $ git add && git commit -m '' 4. Create a branch -------------------------- $ git branch -b my_branch 5. switch branch -------------------------- $ git checkout my_branch 6. Clone -------------------------- $ git clone https://github.com/username/myproject.git # tutorials * [comic](jokestir.github.io/assets/vines/git.pdf)