Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 251 Bytes

File metadata and controls

9 lines (7 loc) · 251 Bytes

Connect to git using SSH

  1. Pull a remote folder from github.com

    • set SSH connection
    • clone the git repos.
  2. Push an existing local folder:

    • Set url remotely: git remote set-url origin git@github.com:hahn80/folder.git
    • git push