20
9 月
2017
3
9 月
2017
Git 其實是一個困擾我蠻久的小東西。該怎麼說呢?
平常每天都會使用到,但其實八成的時間都是在 git add / git commit 而已,然後把東西推到 GitHub 後,就交給我們偉大的 CTO 了。
剩下兩成,大概就是偶而遇到問題,稍微搭配一點點的 git reset 使用。
偶然的機會,看到高大師見龍的 300 頁 Git 講義 Read More
最近公司決定正式導入 git flow 的開發流程。所以我也安裝了 git flow 和 git-flow-completion。
不過繞了一大圈才把 git-flow-completion 解決,紀錄一下。 Read More