Skip to content

Commit 968abda

Browse files
committed
restore gb spelling in git commands in 1
1 parent ae4bfc0 commit 968abda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapter_01.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ $ *ls*
334334
db.sqlite3 functional_tests.py manage.py superlists
335335
336336
$ *git init .*
337-
Initialized empty Git repository in ...goat-book/.git/
337+
Initialised empty Git repository in ...goat-book/.git/
338338
----
339339

340340
[role="pagebreak-before less_space"]
@@ -356,7 +356,7 @@ hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
356356
hint: 'development'. The just-created branch can be renamed via this command:
357357
hint:
358358
hint: git branch -m <name>
359-
Initialized empty Git repository in ...goat-book/.git/
359+
Initialised empty Git repository in ...goat-book/.git/
360360
----
361361
362362
Consider following the advice and choosing an explicit default branch name.((("default branch name in Git")))((("Git", "default branch name, choosing")))
@@ -370,7 +370,7 @@ $ *git config --global init.defaultBranch main*
370370
# then let's re-create our git repo by deleting and starting again:
371371
$ *rm -rf .git*
372372
$ *git init .*
373-
Initialized empty Git repository in ...goat-book/.git/
373+
Initialised empty Git repository in ...goat-book/.git/
374374
----
375375
376376
*******************************************************************************

0 commit comments

Comments
 (0)