Skip to content

Commit 2849047

Browse files
committed
Use double quotes for 'master' when it used as a value
1 parent f5f3f6d commit 2849047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To take a directory and turn it into a new Git repository so you can start versi
9595

9696
We first introduce this in <<ch02-git-basics-chapter#_getting_a_repo>>, where we show creating a brand new repository to start working with.
9797

98-
We talk briefly about how you can change the default branch from `master` in <<ch03-git-branching#_remote_branches>>.
98+
We talk briefly about how you can change the default branch name from ``master'' in <<ch03-git-branching#_remote_branches>>.
9999

100100
We use this command to create an empty bare repository for a server in <<ch04-git-on-the-server#_bare_repo>>.
101101

0 commit comments

Comments
 (0)