Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 233 Bytes

getting_repo.md

File metadata and controls

15 lines (10 loc) · 233 Bytes

Getting a Git Repo

  • Creating a repo from a directory:

    1. Initialize repo

       git init
      
    2. Add files

       git add
      
    3. Commit

       git commit
      
  • Cloning a repo from a remote repository:

    git clone repo_url