Git Flow模型
具體介紹參考:http://www.reibang.com/p/62b4ebe283f3
遇到問題
mac執(zhí)行g(shù)it flow release finish 0.1失敗
git flow release finish 0.1
Error detected while processing /Users/wjk/.vimrc:
line 3:
error: There was a problem with the editor 'vi'.
Please supply the message using either -m or -F option.
Tagging failed. Please run finish again to retry.
解決問題
命令行輸入:git config --global core.editor /usr/bin/vim