2022년 1월 13일 목요일

GIT remote url 변경

https로 git clone된 폴더가 있다면, git remote url-set 명령어로 ssh로 변경이 가능하다.

git remote 확인 명령어
$ git remote -v

remote 주소 변경하기
$ git remote set-url origin git@github.com:{git-user-name}/{RepositoryName}.git

git remote add 하기
$ git remote add origin git@github.com:{git-user-name}/{RepositoryName}.git

!! 당연한 얘기지만 새로운 디렉터리를 생성하고 새롭게 remote 하기전엔 git init 진행 후 해주세요 !!

댓글 없음:

댓글 쓰기

LibreOffice Draw

LibreOffice Draw 버전 24.8.4.2 사용 PDF 파일을 오픈 하여 편집 후 PDF로 다시 저장 시 생각보다 용량이 늘어나서 줄이는 방법을 찾기 위해서 옵션에 따른 용량의 변화를 기록하였다. 원본 PDF 파일 용량 : 510KB 상기 디...