Express Portfolio How to push changes Test the project and make sure it's working Commit your project $ git status $ git add . $ git commit -m "My message" Pull the project git pull If you pulled something, go back to 1), otherwise you can go to 5) Push the project git push