git branch管理一直是個進入門檻高的學問,
就連git本身都不那麼好學了。
不過git flow以軟體工程的角度出發,
讓你只要會簡單的git flow create, release, publish就能輕鬆和remote trunk做互動。
精力也只放在feature上即可。
請參考這個中文連結。
火曜日, 2月 25, 2014
Zsh and "Oh-my-zsh"
金曜日, 2月 21, 2014
Git under CentOS 6.x
使用git時,
若存取http簡單認證的repository,
會跳出一個OpenSSH的GUI以輸入密碼。
令人困擾的是該視窗在設定credentialhelper之後仍然不會記憶密碼。
原因是CentOS 6的Base yum repository放的是git 1.7,
而1.8才能解決這個問題。
所以找到了PUIAS computational Base的yum repository:
https://springdale.math.ias.edu/wiki/YumRepositories6
先yum remove git
再yum install git-all
It's done.
若存取http簡單認證的repository,
會跳出一個OpenSSH的GUI以輸入密碼。
令人困擾的是該視窗在設定credentialhelper之後仍然不會記憶密碼。
原因是CentOS 6的Base yum repository放的是git 1.7,
而1.8才能解決這個問題。
所以找到了PUIAS computational Base的yum repository:
https://springdale.math.ias.edu/wiki/YumRepositories6
先yum remove git
再yum install git-all
It's done.
登録:
投稿 (Atom)