【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>
# git repo
git config receive.advertisePushOptions true
# git push
git push --push-option=hello --push-option=world
GIT_PUSH_OPTION_0=hello
GIT_PUSH_OPTION_1=world
来源:oschina
链接:https://my.oschina.net/redhands/blog/3146898