forked from hellojs-tw/git-101
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
217 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# git config 技巧 | ||
|
||
## 目錄 | ||
- [回目錄](../SUMMARY.md) | ||
|
||
*** | ||
|
||
- | ||
|
||
`` | ||
|
||
- | ||
`git config --global core.editor` | ||
|
||
- | ||
`git config --global merge.tool opendiff` | ||
|
||
|
||
*** | ||
|
||
## 下一頁 | ||
- [回目錄](../SUMMARY.md) | ||
- [儲存庫(git repository)](../git-repository/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# git config 技巧 | ||
|
||
## 目錄 | ||
- [回目錄](../SUMMARY.md) | ||
|
||
*** | ||
|
||
- | ||
|
||
`` | ||
|
||
- | ||
`git config --global core.editor` | ||
|
||
- | ||
`git config --global merge.tool opendiff` | ||
|
||
|
||
*** | ||
|
||
## 下一頁 | ||
- [回目錄](../SUMMARY.md) | ||
- [儲存庫(git repository)](../git-repository/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# git config 技巧 | ||
|
||
## 目錄 | ||
- [回目錄](../SUMMARY.md) | ||
|
||
*** | ||
|
||
- | ||
|
||
`` | ||
|
||
- | ||
`git config --global core.editor` | ||
|
||
- | ||
`git config --global merge.tool opendiff` | ||
|
||
|
||
*** | ||
|
||
## 下一頁 | ||
- [回目錄](../SUMMARY.md) | ||
- [儲存庫(git repository)](../git-repository/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# git config 技巧 | ||
|
||
## 目錄 | ||
- [回目錄](../SUMMARY.md) | ||
|
||
*** | ||
|
||
- | ||
|
||
`` | ||
|
||
- | ||
`git config --global core.editor` | ||
|
||
- | ||
`git config --global merge.tool opendiff` | ||
|
||
|
||
*** | ||
|
||
## 下一頁 | ||
- [回目錄](../SUMMARY.md) | ||
- [儲存庫(git repository)](../git-repository/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
# git config 技巧 | ||
|
||
## 目錄 | ||
- [回目錄](../SUMMARY.md) | ||
|
||
*** | ||
|
||
- | ||
|
||
`` | ||
|
||
- | ||
`git config --global core.editor` | ||
|
||
- | ||
`git config --global merge.tool opendiff` | ||
`git config --global merge.tool opendiff` | ||
|
||
|
||
*** | ||
|
||
## 下一頁 | ||
- [回目錄](../SUMMARY.md) | ||
- [儲存庫(git repository)](../git-repository/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# git-init-window | ||
|
||
本頁會詳細說明 git for Windows 工具包的安裝流程。點擊 git for Windows 安裝包後,會出現以下畫面,請點擊 `next` 繼續。 | ||
|
||
![](../img/git-init-windows-1.png) | ||
|
||
選擇 git for Windows 工具包安裝目錄,建議維持預設值即可。 | ||
|
||
![](../img/git-init-windows-2.png) | ||
|
||
選擇要安裝的工具包套件,建議維持預設值即可。 | ||
|
||
![](../img/git-init-windows-3.png) | ||
|
||
選擇安裝後要在開始選單所顯示資料夾名稱,建議維持預設值即可。 | ||
|
||
![](../img/git-init-windows-4.png) | ||
|
||
這裡提示是否為你在 `path` 路徑中加入 git 的執行檔,共有三種模式。強烈建議維持預設值即可。 | ||
|
||
![](../img/git-init-windows-5.png) | ||
|
||
選擇 git remote server 憑證的處理方式,建議維持預設值即可。 | ||
|
||
![](../img/git-init-windows-6.png) | ||
|
||
選擇斷句字元格式,建議維持預設值即可。 | ||
|
||
![](../img/git-init-windows-7.png) | ||
|
||
選擇要使用哪種終端機程式,建議維持預設值即可。 | ||
|
||
![](../img/git-init-windows-8.png) | ||
|
||
等待安裝完成。 | ||
|
||
![](../img/git-init-windows-9.png) | ||
|
||
預設會勾選第一個選項,按下 `finsish` 後即會開啟終端機視窗。開啟終端機之程式會是上兩步驟所選取的那組。 | ||
|
||
![](../img/git-init-windows-10.png) | ||
|
||
開啟終端機之後,請嘗試輸入以下指令: | ||
``` | ||
git --version | ||
``` | ||
應該會看到如下畫面,如果有即表示安裝順利成功。 | ||
|
||
![](../img/git-init-windows-12.png) | ||
|
||
如果終端機畫面沒有自動開啟,請打開開始功能表找到 `Git` 資料夾,點選以執行 `Git Bash`。 | ||
|
||
![](../img/git-init-windows-11.png) | ||
|
||
*** | ||
|
||
## 下一頁 | ||
- [回目錄](../SUMMARY.md) | ||
- [返回 git init](../git-init/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.