- fork my repository Roninchen/okex_subscribe.git
git clone https://github.com/Roninchen/okex_subscribe.git
make addupstream
make branch b=mydevbranchname
make push b=mydevbranchname m="one message to commit"
if m is not set, the GIT commit command will not be executed
example: i want to modify name=chauncy branch chauncy-fix 的pr
make pull name=chauncy b=chauncy-fix
then modify, done ,commit
make pullpush name=chauncy b=chauncy-fix