原创 Learn Git in 30 days—— 第 30 天:分享工作中幾個好用的 Git 操作技巧
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 終於來到了最後一天,這篇文章將分享幾個好用的
原创 Learn Git in 30 days—— 第 29 天:如何將 Subversion 項目匯入到 Git 倉庫
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 當你越來越瞭解 Git 版本控制,一定會越來越想
原创 Learn Git in 30 days—— 第 28 天:瞭解 GitHub 的 fork 與 pull request 版控流程
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 我們知道 Git 倉庫並沒有什麼「權限控制」的概
原创 Learn Git in 30 days—— 第 27 天:通過分支在同一個遠端倉庫中進行版控
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 如果在公司內部只有一個共用的 Git 遠端倉庫,
原创 Learn Git in 30 days—— 第 26 天:多人在同一個遠端倉庫中進行版控
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 一個人用的版本控制,只能算是當作原始碼歷史備
原创 Learn Git in 30 days—— 第 24 天:使用 GitHub 遠端倉庫 - 入門篇
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn GitHub 是目前全世界最多人採用的 Git
原创 Learn Git in 30 days—— 第 25 天:使用 GitHub 遠端倉庫 - 觀念篇
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 上一篇大家學會了如何下載遠端倉庫 (git
原创 Learn Git in 30 days—— 第 23 天:修正 commit 過的版本歷史記錄 Part 5
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 我們上一篇文章談到的 Rebase 是用來將
原创 Learn Git in 30 days——第 21 天:修正 commit 過的版本歷史記錄 Part 3
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在版本控制過程中,還有個常見的狀況,那就是當你在
原创 Learn Git in 30 days——第 22 天:修正 commit 過的版本歷史記錄 Part 4 (Rebase)
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 我們之前已經講了三種不同的修正版本的方法,嚴格上
原创 Learn Git in 30 days——第 19 天:設定 .gitignore 忽略清單
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在開發項目時,工作目錄下可能經常會有新的文件產生
原创 Learn Git in 30 days——第 20 天:修正 commit 過的版本歷史記錄 Part 2
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 在版本控制過程中,還有個常見的狀況,那就是當執行
原创 Learn Git in 30 days——第 18 天:修正 commit 過的版本歷史記錄 Part 1
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 當你使用 Git 進行版本控制時,我們會利用 g
原创 Learn Git in 30 days——第 17 天:關於合併的基本觀念與使用方式
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 我曾在【第 08 天:關於分支的基本觀念與使
原创 Learn Git in 30 days——第 16 天:善用版本日誌 git reflog 追蹤變更軌跡
寫的非常好的一個Git系列文章,強烈推薦 原文鏈接:https://github.com/doggy8088/Learn-Git-in-30-days/tree/master/zh-cn 其實學習 Git 版本控制的指令操作並不難,但要