Skip to content

Commit

Permalink
docs: Add Git install and GitHub account + init and clone to summary …
Browse files Browse the repository at this point in the history
…section
  • Loading branch information
signekb committed Nov 22, 2023
1 parent 530261e commit 1c063b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entries/git-workflow-guidelines/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,6 @@ If you prefer not to use the Terminal, [GitHub](https://github.com/git-guides) a
- A *repository* is a container for the project's code and history which includes all files and folders of the projects
- A *remote repository* is a shared repository hosted on a server or a centralised platform, such as GitHub or GitLab. It's a shared, centralised location where you can collaborate and synchronise work with your collaborators.
- A *local repository* is a local copy of the remote repository on e.g., your own computer. This is where you do your individual work and manage your project’s history on your local machine.

- To use Git, you first need to install it
- To publish or clone a repository from GitHub, you need a GitHub account
- Git repositories can be initialised and cloned in different ways. In this post, we have seen how it can be done in VS Code and the Terminal.

0 comments on commit 1c063b2

Please sign in to comment.