DevOps Deploying a Static Site with Git and Linode VPS Project Files You can click here to download the project files. TL;DR For the short version, scroll to the bottom. Step-by-step If you have not set up a server with Linode, you
Git Useful Git Snippets Useful snippets rename branch git branch -m oldname newname deleting remote branch git push origin :newfeature Get all the branches git branch -a Push up everything git push -u origin --all Switch commit
Git A Git Workflow getting started Follow the instructions at bitbucket and install all the necessary things. Then clone the repo: git clone [link to the repo] Then you can follow the guideline below and learn about