fixed squash
This commit is contained in:
parent
db1b940729
commit
90c92809c3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ git reset --hard qual;
|
|||
git push --force;
|
||||
|
||||
#merge to master
|
||||
git checkout -B prod origin/master;
|
||||
git checkout -B prod origin/prod;
|
||||
git merge --squash qual;
|
||||
git commit -am "$cm";
|
||||
git push;
|
||||
|
|
Loading…
Add table
Reference in a new issue