깃 리모트 변경, clean push ,

미누도 개발한다·2021년 9월 15일
0

목록 보기
1/4
post-custom-banner

기존 리포지토리 깔끔하게 pull / push

git pull
git add .
git commit -m "clean push"
git push

기존 리포지토리 remote 제거

git remote remove origin

새 리포지토리 remote 추가

git remote add origin https://github.com/계정/리포지토리

커밋메시지 수정

git commit --ammend

i를 입력하여 편집모드에서 수정 후 :wq. 가장 상위 커밋메시지를 수정할 수 있다.
이미 지난 커밋을 수정하려면, 해당 커밋으로 이동 후 수정가능

profile
빨리 가는 유일한 방법은 제대로 가는 것이다

0개의 댓글