-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/publish stash changes before branch switch
- Loading branch information
Jasper Blues
committed
Jan 3, 2014
1 parent
f70ec0f
commit 0c40d09
Showing
3 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -322,6 +322,7 @@ | |
git remote set-url origin [email protected]:typhoon-framework/Typhoon.git | ||
git fetch origin gh-pages:gh-pages | ||
git fetch origin gh-pages | ||
git stash | ||
git checkout gh-pages | ||
git branch --set-upstream-to=origin/gh-pages gh-pages | ||
git pull | ||
|