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