Skip to content

Instantly share code, notes, and snippets.

View sw-song's full-sized avatar

Seungwon Song sw-song

View GitHub Profile
@sw-song
sw-song / gist:0075897684fb44d3f7a14de5abb41055
Created April 7, 2021 01:41 — forked from 480/gist:4681b67d2a906db8c6c1321cc678f05f
github 리모트 리포지토리 변경하기

깃 리모트 변경 하기

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

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