Skip to content

Commit

Permalink
Add jekyll-relative-links plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 committed Nov 18, 2023
1 parent 305e077 commit cda1e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

在軟體開發領域,對原始碼進行版本控管是非常重要的一件事,有別於 Subversion 或 TFS 這類集中式版本控管系統,Git 是一套分散式版本控管系統,並帶來許多版本控管上的各種優勢與解決傳統集中式版本控管的缺失,例如支援本地操作、備份容易、功能強大且彈性的分支與合併等等。不過,由於 Git 版本控管無論在版控觀念與工具使用上,都與傳統集中式版控工具差異甚大,因此造成了不小的學習門檻,在未來的30天內,希望能讓大家完整了解 Git 版本控管的精髓之處,並整理我的學習心得與我們公司從 Subversion 轉至 Git 的過程中所遭遇的問題與解決方法。

## 旅程從現在開始: (^\_^)
## 旅程從現在開始

* [中文版目錄](zh-tw/README.md)
* [中文版目录 (简体)](zh-cn/README.md)
Expand Down
3 changes: 2 additions & 1 deletion zh-tw/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ title: [30 天精通 Git 版本控管]
description: [本電子書是 Will 保哥在 2013 第 6 屆 iT 邦幫忙鐵人賽的得獎作品]
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme
- jekyll-remote-theme
- jekyll-relative-links

0 comments on commit cda1e07

Please sign in to comment.