Git hub does not commit to server

I believe that I have the process set up properly, but obviously, I don’t :slight_smile: . I have VS and the GitHub desktop client installed. When I make a change I can see it in VS, File Explorer, and on GitHub, but it does not make it to the server. I know this because I went to /var/www/Django App/accounts and did a vi on the views.py and the changes are not there.

After you push code to GitHub, you need to pull it from GitHub on the server. The server is not going to update itself automatically.

Ok gotcha. So I need to run a pull on the server.