Merge branch 'next'

This commit is contained in:
John Wiegley 2009-10-31 05:31:52 -04:00
commit d48c5e60d2

7
tools/push Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
git checkout master
git merge --no-ff next
git checkout next
git rebase master
git push