#git notes *A Git repository: * is a virtual storage of your project. * It allows you to save versions of your code, which you can access when needed.
-
git init :
- a one time command
- initial setup up of a new repository
- creates a folder ".git"
-
git clone
- creates a copy or clone of remote repositoriesadding a line
-
This is another line.