File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
< div class ="box ">
32
32
< h2 >
33
33
< span class ="docs ">
34
- < a target ="new " href ="http://www.kernel.org/pub/software/scm/git/ docs/git-remote.html "> 文档</ a >
34
+ < a target ="new " href ="http://git-scm.com/ docs/git-remote "> 文档</ a >
35
35
< a target ="new " href ="http://progit.org/book/ch2-5.html#showing_your_remotes "> 书</ a >
36
36
</ span >
37
37
< a name ="remote "> git remote</ a >
127
127
< div class ="box ">
128
128
< h2 >
129
129
< span class ="docs ">
130
- < a target ="new " href ="http://www.kernel.org/pub/software/scm/git/ docs/git-fetch.html "> 文档</ a >
130
+ < a target ="new " href ="http://git-scm.com/ docs/git-fetch "> 文档</ a >
131
131
< a target ="new " href ="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes "> 书</ a >
132
132
</ span >
133
133
< a name ="fetch "> git fetch</ a >
138
138
139
139
< h2 >
140
140
< span class ="docs ">
141
- < a target ="new " href ="http://www.kernel.org/pub/software/scm/git/ docs/git-pull.html "> 文档</ a >
141
+ < a target ="new " href ="http://git-scm.com/ docs/git-pull "> 文档</ a >
142
142
< a target ="new " href ="http://progit.org/book/ "> 书</ a >
143
143
</ span >
144
144
< a name ="pull "> git pull</ a >
152
152
</ p >
153
153
154
154
< p >
155
- 第二个会从远端服务器提取新数据的命令是 < code > git pull</ code > 。基本上,该命令就是在 < code > git fetch</ code > 之后紧接着 < code > git merge</ code > 远端分支到您所在的任意分支。我个人不太喜欢这命令 —— 我更喜欢 < code > fetch</ code > 和 < code > merge</ code > 分开来做。少点魔法,少点问题。不过,如果您喜欢这主意,您可以看一下 < code > git pull</ code > 的 < a target ="new " href ="http://www.kernel.org/pub/software/scm/git/ docs/git-pull.html "> 官方文档</ a > 。
155
+ 第二个会从远端服务器提取新数据的命令是 < code > git pull</ code > 。基本上,该命令就是在 < code > git fetch</ code > 之后紧接着 < code > git merge</ code > 远端分支到您所在的任意分支。我个人不太喜欢这命令 —— 我更喜欢 < code > fetch</ code > 和 < code > merge</ code > 分开来做。少点魔法,少点问题。不过,如果您喜欢这主意,您可以看一下 < code > git pull</ code > 的 < a target ="new " href ="http://git-scm.com/ docs/git-pull "> 官方文档</ a > 。
156
156
</ p >
157
157
158
158
< p >
196
196
< div class ="box ">
197
197
< h2 >
198
198
< span class ="docs ">
199
- < a target ="new " href ="http://www.kernel.org/pub/software/scm/git/ docs/git-push.html "> 文档</ a >
199
+ < a target ="new " href ="http://git-scm.com/ docs/git-push "> 文档</ a >
200
200
< a target ="new " href ="http://progit.org/book/ch2-5.html#pushing_to_your_remotes "> 书</ a >
201
201
</ span >
202
202
< a name ="push "> git push</ a >
You can’t perform that action at this time.
0 commit comments