Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/05-distributed-git/sections/contributing.asc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ To jessica@githost:simplegit.git
----

上方输出信息中最后一行显示的是推送操作执行完毕后返回的一条很有用的消息。
消息的基本格式是`<oldref>..<newref> fromref -> toref``oldref`的含义是推送前所指向的引用,`newref`的含义是推送后所指向的引用,`fromref`是将要被推送的本地引用的名字,`toref`是将要被更新的远程引用的名字。
消息的基本格式是 `<oldref>..<newref> fromref -> toref``oldref` 的含义是推送前所指向的引用, `newref` 的含义是推送后所指向的引用, `fromref` 是将要被推送的本地引用的名字, `toref` 是将要被更新的远程引用的名字。
在后面的讨论中你还会看到类似的输出消息,所以对这条消息的含义有一些基础的了解将会帮助你理解仓库的诸多状态。
想要了解更多细节请访问文档 https://git-scm.com/docs/git-push[git-push] 。

Expand Down