2013年1月11日 星期五

git-flow

引進後~用了一陣子,蠻好用的,幫助我這剛學git的人  :D

[下載]
    https://github.com/nvie/gitflow

git-flow 有綁一個 submodule 叫 shFlags(https://github.com/nvie/shFlags)
必須執行以下指令來設定:
[設定]
    git submodule init && git submodule update

    如果無法執行 git submodule update
    可以直接切換到剛 clone 下來的 gitflow 內,手動下載 shFlags:
    $ cd gitflow
    $ rm -rf shFlags
    $ git clone https://github.com/nvie/shFlags.git
[安裝]
    $ cd gitflow
    $sudo make install

ref:張旭

沒有留言:

張貼留言