File tree 9 files changed +12
-16
lines changed
9 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ <h4 id="reset-hard">
730
730
dangerous option and is not working directory safe. Any changes not committed will
731
731
be lost.
732
732
</ p >
733
-
733
+
734
734
< pre >
735
735
< b > $ git status</ b >
736
736
# On branch master
@@ -970,5 +970,4 @@ <h4 id="stash-drop">
970
970
</ div >
971
971
</ div >
972
972
973
- < p > < a class ="page-button next-page " href ="/branching "> On to Branching and Merging »</ a > </ p >
974
-
973
+ < p > < a class ="page-button next-page " href ="{{ site.baseurl }}/branching "> On to Branching and Merging »</ a > </ p >
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ <h4 id="branch-last-commit">
150
150
< small > see the last commit on each branch</ small >
151
151
</ h4 >
152
152
153
- < p > If we want to see last commits on each branch
153
+ < p > If we want to see last commits on each branch
154
154
we can run < code > git branch -v</ code > to see them.</ p >
155
155
156
156
< pre >
860
860
</ div >
861
861
</ div >
862
862
863
- < p > < a class ="page-button next-page " href ="/remotes "> On to Sharing and Updating Projects »</ a > </ p >
864
-
863
+ < p > < a class ="page-button next-page " href ="{{ site.baseurl }}/remotes "> On to Sharing and Updating Projects »</ a > </ p >
Original file line number Diff line number Diff line change 139
139
</ div >
140
140
</ div >
141
141
142
- < p > < a class ="page-button next-page " href ="/basic "> On to Basic Snapshotting »</ a > </ p >
142
+ < p > < a class ="page-button next-page " href ="{{ site.baseurl }} /basic "> On to Basic Snapshotting »</ a > </ p >
Original file line number Diff line number Diff line change @@ -109,4 +109,4 @@ <h2>How to Think Like Git</h2>
109
109
</ div >
110
110
</ div >
111
111
112
- < p > < a class ="page-button next-page " href ="/creating "> On to Getting and Creating Projects »</ a > </ p >
112
+ < p > < a class ="page-button next-page " href ="{{ site.baseurl }} /creating "> On to Getting and Creating Projects »</ a > </ p >
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ <h4 id="remote-rename">
151
151
< small > rename remote aliases</ small >
152
152
</ h4 >
153
153
154
- < p > If you want to rename remote aliases without having to delete them and add them again
154
+ < p > If you want to rename remote aliases without having to delete them and add them again
155
155
you can do that by running < code > git remote rename [old-alias] [new-alias]</ code > . This will
156
156
allow you to modify the current name of the remote.</ p >
157
157
437
437
</ div >
438
438
</ div >
439
439
440
- < p > < a class ="page-button next-page " href ="/inspect "> On to Inspection and Comparison »</ a > </ p >
440
+ < p > < a class ="page-button next-page " href ="{{ site.baseurl }} /inspect "> On to Inspection and Comparison »</ a > </ p >
Original file line number Diff line number Diff line change 641
641
</ div >
642
642
</ div >
643
643
644
- < p > < a href ="/zh/branching "> 到 分支与合并 »</ a > </ p >
645
-
644
+ < p > < a href ="{{ site.baseurl }}/zh/branching "> 到 分支与合并 »</ a > </ p >
Original file line number Diff line number Diff line change 696
696
</ div >
697
697
</ div >
698
698
699
- < p > < a href ="/zh/remotes "> 到 分享与更新项目 »</ a > </ p >
700
-
699
+ < p > < a href ="{{ site.baseurl }}/zh/remotes "> 到 分享与更新项目 »</ a > </ p >
Original file line number Diff line number Diff line change 120
120
</ div >
121
121
</ div >
122
122
123
- < p > < a href ="/zh/basic "> 接下来:基本快照 »</ a > </ p >
123
+ < p > < a href ="{{ site.baseurl }} /zh/basic "> 接下来:基本快照 »</ a > </ p >
Original file line number Diff line number Diff line change 318
318
</ div >
319
319
</ div >
320
320
321
- < p > < a href ="/zh/inspect "> 到 检查与比较»</ a > </ p >
321
+ < p > < a href ="{{ site.baseurl }} /zh/inspect "> 到 检查与比较»</ a > </ p >
You can’t perform that action at this time.
0 commit comments