Git notes - LeaLeinweberova/python_demo GitHub Wiki

How to get git repo

  1. Add public SSH key to GitHub.
  2. Clone repo:
    git clone <repo_name>
    
    e.g.
    git clone [email protected]:LeaLeinweberova/python_demo.git
    
⚠️ **GitHub.com Fallback** ⚠️