git 커밋 리셋 1. git reset --hard 커밋아이디 2. git push -f origin master(branch 이름) 리셋 시점 이후 커밋 싹 날라감 Git 2023.11.21
github repo 연동 1. git init 2. git add. 3. git remote add origin repo주소 (remote 삭제) git remote rm origin Git 2023.11.21