Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 221 Bytes

getting_repo.md

File metadata and controls

16 lines (9 loc) · 221 Bytes

Getting a Git Repo

  • Creating a repo from a directory:

    git init
    
  • Cloning a repo:

    git clone repo_url
    

Makin a change

Billy Joel sucks

Makin another change

Trying to figure this out