-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
翻譯 第三章 第五節 遠端分支 #32
base: master
Are you sure you want to change the base?
翻譯 第三章 第五節 遠端分支 #32
Conversation
ad88efb
to
9aa18c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在麻煩你修改啦
They're local references that you can't move; they're moved automatically for you whenever you do any network communication. | ||
Remote-tracking branches act as bookmarks to remind you where the branches in your remote repositories were the last time you connected to them. | ||
遠端追蹤分支用來記錄遠端分支的狀態, | ||
它們是無法移動的本地參照,但是會根據網路通訊的結果而自動移動; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「它們是無法移動的本地參照」改成「它們是無法被你移動的本地參照」
「但是會根據網路通訊的結果而自動移動」改成「但是它們會在與遠端進行任何通訊時自動移動」
@@ -175,14 +175,14 @@ Branch serverfix set up to track remote branch serverfix from origin. | |||
---- | |||
|
|||
[NOTE] | |||
.Upstream shorthand | |||
.上游稱簡 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「稱簡」改成「簡稱」
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
If you want to see what tracking branches you have set up, you can use the `-vv` option to `git branch`. | ||
This will list out your local branches with more information including what each branch is tracking and if your local branch is ahead, behind or both. | ||
如果你想知道你設定了哪些追蹤本支,你可以使用 `git branch` 的 `-vv` 選項; | ||
它以更詳盡的資訊列出本地分支,其中包括了它追蹤的分支為何,它們是超前(ahead)、落後(behind),或者二者都有!? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「!?」符號在這裡好像怪怪的
No description provided.