We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8df3af + 10570d5 commit 05b0468Copy full SHA for 05b0468
book/C-git-commands/1-git-commands.asc
@@ -43,7 +43,7 @@ There are two ways to get a Git repository. One is to copy it from an existing r
43
44
To take a directory and turn it into a new Git repository so you can start version controlling it, you can simply run `git init`.
45
46
-We first introduce this in [[_getting_a_repo]], where we show creating a brand new repository to start working with.
+We first introduce this in <<_getting_a_repo>>, where we show creating a brand new repository to start working with.
47
48
We talk briefly about how you can change the default branch from ``master'' in <<_remote_branches>>.
49
0 commit comments