Guest User

Untitled

a guest
Jan 18th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. git remote -v # 저장소 URL 확인
  2. git remote add <저장소 이름> <URL>.git # 저장소 URL 추가
  3. git remote delete <저장소 이름> # 저장소 URL 삭제
  4. git remote set-url <저장소 이름> <URL>.git # 저장소 URL 수정
Add Comment
Please, Sign In to add comment