Skip to content

Commit cce2d0b

Browse files
committed
Split sentences over separate lines.
1 parent 5a14a76 commit cce2d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/02-git-basics/sections/getting-a-repository.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ In either case, you end up with a Git repository on your local machine, ready fo
1010

1111
==== Initializing a Repository in an Existing Directory
1212

13-
If you have a project directory that is currently not under version control and you want to start controlling it with Git, you first need to go to that project's directory. If you've never done this, it looks a little different depending on which system you're running:
13+
If you have a project directory that is currently not under version control and you want to start controlling it with Git, you first need to go to that project's directory.
14+
If you've never done this, it looks a little different depending on which system you're running:
1415

1516
for Linux:
1617
[source,console]

0 commit comments

Comments
 (0)