Skip to content

Instantly share code, notes, and snippets.

@raulbrito
Created January 28, 2016 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raulbrito/38d15b464daea9af908d to your computer and use it in GitHub Desktop.
Save raulbrito/38d15b464daea9af908d to your computer and use it in GitHub Desktop.
Update repository with latest changes from the Shopify side
git status # make sure you don't have any changes locally
theme download # get the latest version from the shopify servers
git add . # adds all the changed files to be commited
git commit -m "commit changes from server" # commits all changes made since last time
git push origin master # pushes the changes to the remote repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment