Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Local repository: A copy of all the files from the remote repository saved on your local computer.

VSCode - Visual Studio Code

Install visual studio code and git on your computer.

For windows users: enable ssh-agent and add your ssh-key

Ctrl-Shift-P → Git: Clone → Enter URL to git repository

Commandline: First use of existing remote repository

Open up a terminal and change to a directory where your want to keep all your git repositories.

...

However in that video there is an assumption that only one user is working with the repository and therefore he does not explain the "git pull" command. If there are multiple users of the repository you always have to remember to use "git pull" before you start editing any files to avoid "merge conflicts" (when multiple users changed the same thing unaware of each other).

External links

Git branching: https://learngitbranching.js.org/