Commit to GitHub
All projects should be pushed to the GitHub repository when completed.
Every so often when working on a project, you should submit your changes to GitHub so that others are up to date on your work. It is generally recommended that you make a commit at the end of every working day.
- 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
- 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
|