Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 390 Bytes

#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.