Skip to content

Instantly share code, notes, and snippets.

@monochromer
Last active March 8, 2016 08:38
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 monochromer/b5d6a719f40a2b6d1174 to your computer and use it in GitHub Desktop.
Save monochromer/b5d6a719f40a2b6d1174 to your computer and use it in GitHub Desktop.
Работа с веткой gh-pages
/* Синхронизация */
git checkout gh-pages
git rebase master
git push origin gh-pages
git checkout master
/* Deploy из папки dist */
git subtree push --prefix dist origin gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment