Skip to content

Instantly share code, notes, and snippets.

@healim
Last active July 12, 2018 09:24
Show Gist options
  • Save healim/4e4a9fa135eb69748f795dc65c4addf7 to your computer and use it in GitHub Desktop.
Save healim/4e4a9fa135eb69748f795dc65c4addf7 to your computer and use it in GitHub Desktop.
git 명령어
  1. remote repository 확인 (ref)
git remote -v
// origin	https://github.com/healim/proj-gg.git (fetch)
  1. remote repository 삭제 (ref)
git remote rm [repository 이름]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment