...
Commits all changes to the code, with the summary message commit message
. This creates a new version in the git history, which is important if you need to rollback at some point. It also allows you to publish your changes to GitHub.
In the commit message, always include the ID of the ticket you are workign on at the start of the message.
Push code
Code Block |
---|
git push |
...