public
Description:
Homepage:
Clone URL: git://github.com/RobertFischer/autobase.git
autobase / doCommit.sh
100755 9 lines (8 sloc) 0.173 kb
1
2
3
4
5
6
7
8
9
git commit -a && \
git checkout trunk && \
git merge master && \
git commit -a && \
git svn dcommit && \
git checkout github/master && \
git merge master && \
git commit -a