프로그래밍 (이동 완료)/Github, git (2) 썸네일형 리스트형 Github profile 관리 https://butter-shower.tistory.com/142 git 기초 및 기초 명령어 기존 원격 저장소 Clone 할 경우 git clone git remote -v git add -a git commit -m "commit message" git push git log : 현재 version 위의 사앹를 보여 줌 git log --all --oneline git checkout : 해당 version 으로 working, staging 을 변경 git chekcout master : master 로 이동 Git 기초 HEAD : Working directory 와 Stage area 가 어떤 version 과 같은지 알려 줌. MASTER : 현재 branch 에서 작업한 마지막 version 이 무엇인지 알려 줌 CHECKOUT : Working directory 와 Stage are.. 이전 1 다음