Merge branch 'next'
This commit is contained in:
commit
d48c5e60d2
1 changed files with 7 additions and 0 deletions
7
tools/push
Executable file
7
tools/push
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
git checkout master
|
||||
git merge --no-ff next
|
||||
git checkout next
|
||||
git rebase master
|
||||
git push
|
||||
Loading…
Add table
Reference in a new issue