git pull origin [branch name] git add . git commit -m "" git push origin [branch name] git remote -v git remote add origin git remote remove origin git checkout -b (create a branch) git checkout (switch branch) git rebase --continue git merge --continue git push origin [branch name] --force-with-lease
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter