mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
multiple per line
This commit is contained in:
parent
40313ac3b1
commit
673de4da1c
14 changed files with 191 additions and 188 deletions
|
@ -530,7 +530,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"### fetch 沒有做的事情",
|
||||
"",
|
||||
"然而,`git fetch` 並不會影響到在你的 local repository 中的 `main` branch,他並不會將你的 `master` branch 更新到最新的狀態。",
|
||||
"然而,`git fetch` 並不會影響到在你的 local repository 中的 `main` branch,他並不會將你的 `main` branch 更新到最新的狀態。",
|
||||
"",
|
||||
"這個觀念很重要,因為很多程式設計師以為 `git fetch` 可以讓他們在 local repository 上面的工作跟 remote repository 的工作可以同步。它是會下載同步所需的資料,但是不會更新任何的檔案,我們會在後面的教學中提到如何做到這件事情。:D",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue