summaryrefslogtreecommitdiff
path: root/tools/push
blob: 7b149e8fd1fcc1fb46f71db2798fee3464b2ddf8 (plain)
1
2
3
4
5
6
7
#!/bin/sh

git checkout master
git merge --no-ff next
git checkout next
git rebase master
git push