Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 144 Bytes

git-changed-https-to-ssh.md

File metadata and controls

5 lines (4 loc) · 144 Bytes

git changed https to ssh

  1. remove https: git remote rm origin
  2. add ssh: git remote add origin YOUR-SSH-PATH
  3. check: git remote -v