Commit Changes

After you are done editing the template locally it’s time to update the repository & the live site.

TIPS!

After you ‘commit’ the changes an automation script will execute compiling and building your app seamlessly. Once successful you will have your site updated automatically as well.

If it’s your first time to work with github repository click [here]

- or -

Open your (CLI) command line editor and type the codes below to commit your changes

git add .
git commit –m “Changes description”
git push origin master

NOTE:

If you encountered an error while commiting your changes make sure you have followed the instruction here.

Related pages: