@@ -1536,7 +1536,7 @@ dangling tree b24c2473f1fd3d91352a624795be026d64c8841f
15361536Dangling objects are not a problem. At worst they may take up a little
15371537extra disk space. They can sometimes provide a last-resort method for
15381538recovering lost work--see <<dangling-objects>> for details. However, if
1539- you wish, you can remove them with gitlink:git-prune[1] or the --prune
1539+ you wish, you can remove them with gitlink:git-prune[1] or the ` --prune`
15401540option to gitlink:git-gc[1]:
15411541
15421542-------------------------------------------------
@@ -1555,7 +1555,7 @@ Recovering lost changes
15551555Reflogs
15561556^^^^^^^
15571557
1558- Say you modify a branch with gitlink:git-reset[1] --hard, and then
1558+ Say you modify a branch with ` gitlink:git-reset[1] --hard` , and then
15591559realize that the branch was the only reference you had to that point in
15601560history.
15611561
@@ -1684,7 +1684,7 @@ $ git pull
16841684More generally, a branch that is created from a remote branch will pull
16851685by default from that branch. See the descriptions of the
16861686branch.<name>.remote and branch.<name>.merge options in
1687- gitlink:git-config[1], and the discussion of the --track option in
1687+ gitlink:git-config[1], and the discussion of the ` --track` option in
16881688gitlink:git-checkout[1], to learn how to control these defaults.
16891689
16901690In addition to saving you keystrokes, "git pull" also helps you by
@@ -2412,7 +2412,7 @@ $ git rebase --continue
24122412
24132413and git will continue applying the rest of the patches.
24142414
2415- At any point you may use the --abort option to abort this process and
2415+ At any point you may use the ` --abort` option to abort this process and
24162416return mywork to the state it had before you started the rebase:
24172417
24182418-------------------------------------------------
@@ -2481,7 +2481,7 @@ $ gitk origin..mywork &
24812481
24822482and browse through the list of patches in the mywork branch using gitk,
24832483applying them (possibly in a different order) to mywork-new using
2484- cherry-pick, and possibly modifying them as you go using commit --amend.
2484+ cherry-pick, and possibly modifying them as you go using ` commit --amend` .
24852485The gitlink:git-gui[1] command may also help as it allows you to
24862486individually select diff hunks for inclusion in the index (by
24872487right-clicking on the diff hunk and choosing "Stage Hunk for Commit").
0 commit comments