|
Commit and Push to GitHub
All projects should be "pushed" to the GitHub repository when completed.
- Open SourceTree (or use your preferred git method).
- On the left sidebar, double click the name of your document project.
- In the project window, check the status of the files and update .gitignore if necessary to remove any unwanted files from being included in the repository.
- Stage all of the changes.
Make sure "All Files" is selected to ensure all modifications and additions are committed.
- Enter the version number and any additional desired notes in the Commit Message section.
- Click on the Commit button.
- Click the Push button at the top.
|