mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-28 06:35:01 +02:00
merge master
This commit is contained in:
commit
c00e0aba05
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ var gitDeployMergeMaster = function(done) {
|
|||
|
||||
var gitDeployPushOrigin = function(done) {
|
||||
execSync('git commit -am "rebuild for prod"; ' +
|
||||
'git push origin gh-pages && ' +
|
||||
'git push origin gh-pages --force && ' +
|
||||
'git branch -f trunk gh-pages && ' +
|
||||
'git checkout master'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue