git pull https://github.com/christopherwharrop/pasilla.git
git status
git add
git commit -m "Description of the change" # For a short message git commit # When a longer message is required
git push origin master
git pull https://github.com/christopherwharrop/pasilla.git
git status
git add
git commit -m "Description of the change" # For a short message git commit # When a longer message is required
git push origin master