Skip to content

Commit 68dcb55

Browse files
committed
Merge pull request #333 from madkite/master
Small confusing moments
2 parents 3df7453 + a539a49 commit 68dcb55

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
@@ -239,8 +239,8 @@ build/
239239
# ignore doc/notes.txt, but not doc/server/arch.txt
240240
doc/*.txt
241241
242-
# ignore all .txt files in the doc/ directory
243-
doc/**/*.txt
242+
# ignore all .pdf files in the doc/ directory
243+
doc/**/*.pdf
244244
----
245245

246246
[TIP]
@@ -323,7 +323,7 @@ If our environment looks like this:
323323
[source,console]
324324
----
325325
$ git add CONTRIBUTING.md
326-
$ echo 'test line' >> CONTRIBUTING.md
326+
$ echo '# test line' >> CONTRIBUTING.md
327327
$ git status
328328
On branch master
329329
Changes to be committed:

0 commit comments

Comments
 (0)