Only two steps are required: - Add all not-stanged changes, and commit these changes. ```bash git commit -a -m "This is the first line." -m "This is the second line." ``` - Push the commit to remote ```bash git push ```