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 3131< div class ="box ">
3232 < h2 >
3333 < 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 >
3535 < a target ="new " href ="http://progit.org/book/ch2-5.html#showing_your_remotes "> 书</ a >
3636 </ span >
3737 < a name ="remote "> git remote</ a >
127127< div class ="box ">
128128 < h2 >
129129 < 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 >
131131 < a target ="new " href ="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes "> 书</ a >
132132 </ span >
133133 < a name ="fetch "> git fetch</ a >
138138
139139 < h2 >
140140 < 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 >
142142 < a target ="new " href ="http://progit.org/book/ "> 书</ a >
143143 </ span >
144144 < a name ="pull "> git pull</ a >
152152 </ p >
153153
154154 < 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 > 。
156156 </ p >
157157
158158 < p >
196196< div class ="box ">
197197 < h2 >
198198 < 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 >
200200 < a target ="new " href ="http://progit.org/book/ch2-5.html#pushing_to_your_remotes "> 书</ a >
201201 </ span >
202202 < a name ="push "> git push</ a >
You can’t perform that action at this time.
0 commit comments