make_bit 311 字节
Newer Older
B
Ben 已提交
1 2
    push:
        @if [ "x$(MSG)" = 'x' ] ; then \
B
Ben 已提交
3
                echo "Usage: MSG='your message here.' make push"; fi
B
Ben 已提交
4 5 6 7 8 9 10 11 12
        @test "x$(MSG)" != 'x'
        git commit -a  -m "$(MSG)"
        git svn fetch
        git svn rebase
        git svn dcommit

    pull:
        git svn fetch
        git svn rebase