church website git notes
Adding changes to server: git status (press enter) git add . (adds all changes and new files - removes done manually) git commit -m "enter commit message here about changes" git push orgin master (this will push files to server)
To download from server: git pull orgin master