Skip to content

Commit 1db8a25

Browse files
committed
Better intro to repos
1 parent 9f4f336 commit 1db8a25

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/creating-repositories.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: 1 - Repositories
44
nav_order: 3
55
toc: true
6-
last_modified_date: "2025-05-07 02:13AM"
6+
last_modified_date: "2026-03-10 02:13AM"
77
---
88

99
# Creating and Managing Git Repositories
@@ -18,6 +18,12 @@ last_modified_date: "2025-05-07 02:13AM"
1818
{:toc}
1919
</details>
2020

21+
## What is a repository?
22+
23+
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+
2127
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.
2228

2329
The `git` command displays these options within the `--help` documentation:
@@ -166,4 +172,4 @@ Practice the above skills by doing the following:
166172
2. Clone that repository to your local computer.
167173
3. `git init` a new repository on your local computer.
168174
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

Comments
 (0)