From 273a8976fe0cf51556220caf7ce57dd905f47845 Mon Sep 17 00:00:00 2001 From: SRC0730 Date: Wed, 8 May 2024 09:11:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae25b35..df12871 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ 1. 首頁進入組織 - 於 Gitea 登入後首頁儀表板點選`組織`頁籤,點選 `OAD-WebTeam` 進入組織頁面。 + 於 Gitea 登入後首頁儀表板點選`組織`頁籤,點選 `您的組織(ex.OAD-WebTeam)` 進入組織頁面。 ![首頁儀錶板](doc_image/2023-10-20-10-23-38.png) @@ -34,7 +34,7 @@ 3. 登打儲存庫資料 - 填寫儲存庫名稱(專案名稱),擁有者須為 `OAD-WebTeam(組織)` ,瀏覽權限設定為 `Private 私有`,相關資料填妥後建立儲存庫。 + 填寫儲存庫名稱(專案名稱),擁有者須為 `您的組織(ex.OAD-WebTeam)` ,瀏覽權限設定為 `Private 私有`,相關資料填妥後建立儲存庫。 ![新增儲存庫](doc_image/2023-10-20-10-31-38.png) @@ -127,7 +127,7 @@ 1. 打開 cmd 視窗並移動至專案目錄 ```cmd - cd /d D:\_SRC\_Coder\Git\OldProject\ + cd /d "{您專案的本機路徑}" ``` 2. git 初始化 @@ -147,7 +147,7 @@ 設定遠端 Git 主機位置 ```cmd - git remote add origin http://twvoadtpw100004/OAD-WebTeam/OldProject.git + git remote add origin "{Git Repository連結}" ``` 4. Commit & Push