학습 내용 정리/git (10) 썸네일형 리스트형 대용량 프로젝트 git 올리기 MacOS : 13.3.1 (a)(22E772610a) home brew 설치 : https://brew.sh/index_ko git 설치 : https://git-scm.com/book/ko/v2/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-Git-%EC%84%A4%EC%B9%98 home brew 는 상당히 시간이 오래 걸리니 10분 정도는 가볍게 기다려 보자 git init git add . git commit -m "message" git remote add origin "github_repository_url" git push -u origin master git config --global user.name "username" git config --global user... git 이전 commit으로 돌아가기 가끔 내 의도와 다른 실수를 할 때가 있다. 심지어 commit 할 파일을 헷갈려 페이지 전체가 날아가 버릴 때가 있다. 그럴 때는 당황하지 말고 내 repository 에서 우측에 있는 시간 표시를 눌러 보자. 이전 commit이 리스트로 나오며 잃어버린 내 파일을 되찾을 수 있다.... 하하하하 이전 1 2 다음