Clarify where to create the new git repo.
Be more explicit about where the new repo should be located. It's much easier to set up a repo on the internet. This was implied before and now it's explicit. The first time I helped a colleague set this up, we used a local repo. Since we didn't know what we were doing, we screwed it up pretty badly. This bit of text might allow others not to make the same mistake we did.
This commit is contained in:
parent
c799af5869
commit
7b529c00d5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ How do you do it?
|
||||||
|
|
||||||
### Bootstrapping
|
### Bootstrapping
|
||||||
|
|
||||||
Create a **new** git repository somewhere.
|
Create a **new** git repository somewhere on the internet.
|
||||||
It can be private or public -- it really doesn't matter.
|
It can be private or public -- it really doesn't matter.
|
||||||
If you're making a repository on GitHub, you _may not_ want to fork this repo
|
If you're making a repository on GitHub, you _may not_ want to fork this repo
|
||||||
to get started.
|
to get started.
|
||||||
|
|
Loading…
Reference in a new issue