Github workflow

I don’t use git or github enough to remember the commands and most articles skim over the actual workflow I tend to need. So here’s my cheatsheet supporting this exact flow:

Git repo on remote server

I’m beginning to really love git. However, I’m still a newbie especially when it comes to scalable architecture. How do I deploy my files onto my shared server using git? Steps Be able to SSH into your server without asking for a password Verify or create a public RSA key (on your machine) This is …