Skip to content

Commit

Permalink
docs: Remove note since I have now added the init and clone sections
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed Nov 22, 2023
1 parent 0c0a2e8 commit 530261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/git-workflow-guidelines/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you want to learn more, [GitHub Docs](https://docs.github.com/en/get-started/

## Repositories: Local and remote

When we want to work on a Git repository, we either create a new one or we clone (i.e., download) an existing one to our computer. When we have such a repository residing on our local machine, it's called a *local* repository. :warning: do we want to include how to init and clone a repo or it that taking it too far? :warning:
When we want to work on a Git repository, we either create a new one or we clone (i.e., download) an existing one to our computer. When we have such a repository residing on our local machine, it's called a *local* repository.

The purpose of a local repository is to make changes to our code, create new branches (more on this in the [Branching](branching.md) post), and committing the changes. It also allows you to work offline, without needing a network connection.

Expand Down

0 comments on commit 530261e

Please sign in to comment.