Appearance
Commit and Sync changes
It's time to commit your work! Think about it like saving your work to somewhere, and everything you commit is tracked, so you can restore it back.
Instructions
- Open the Source Control tab on the left side
- Give a message for your commit. I usually like to use the Semantic Versioning, where it follows the MAJOR.MINOR.PATCH format. I am going to name mines v1.0.0
- Press
Commit
andAlways
if a dialog box appears - Press
Sync Changes
, andOK
once again if a dialog box appears
If you need a tutorial, do watch this short tutorial to help you out
You have successfully committed your new website! Let's deploy it