Skip to content

Commit 6315ef5

Browse files
committed
Updated a few other console lead-ins
1 parent 84fe76a commit 6315ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Changes not staged for commit:
338338
modified: CONTRIBUTING.md
339339
----
340340

341-
Now you can use `git diff` to see what is still unstaged
341+
Now you can use `git diff` to see what is still unstaged:
342342

343343
[source,console]
344344
----
@@ -520,7 +520,7 @@ $ git rm --cached README
520520
----
521521

522522
You can pass files, directories, and file-glob patterns to the `git rm` command.
523-
That means you can do things such as
523+
That means you can do things such as:
524524

525525
[source,console]
526526
----
@@ -548,7 +548,7 @@ If you rename a file in Git, no metadata is stored in Git that tells it you rena
548548
However, Git is pretty smart about figuring that out after the fact – we'll deal with detecting file movement a bit later.
549549

550550
Thus it's a bit confusing that Git has a `mv` command.
551-
If you want to rename a file in Git, you can run something like
551+
If you want to rename a file in Git, you can run something like:
552552

553553
[source,console]
554554
----

0 commit comments

Comments
 (0)