You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A `git` repository is a directory that `git` tracks — it stores your project's files along with the complete history of every change ever made to them. That history lives in a hidden `.git` folder at the root of the directory.
24
+
25
+
## Creating New Repositories
26
+
21
27
Creating a new repository is often confusing to new users of Git and GitHub. Here is a simple explanation of the two options, with complete instructions on how to work with each.
22
28
23
29
The `git` command displays these options within the `--help` documentation:
@@ -166,4 +172,4 @@ Practice the above skills by doing the following:
166
172
2. Clone that repository to your local computer.
167
173
3. `git init` a new repository on your local computer.
168
174
4. Create a new repository in GitHub without a `README.md` file and follow the instructions for adding GitHub as a remote to your repository.
169
-
5. Add another user to one of your GitHub repositories. If you need a user to add, try adding `uvasds-gitbot`.
175
+
5. Add another user to one of your GitHub repositories. If you need a user to add, try adding `uvasds-gitbot`.
0 commit comments