
GIT
[GIT] GIT의 기본
Git (Working tree - Staging Area - Repository) Local (내 컴퓨터) Remote (원격) Working Directory ㅡ git add → ← git reset ㅡ Staging Area ㅡ git commit → Repository ㅡ git push → ← git pull ㅡ Repository git init : intialize repository .git : git repository git status : working tree status git add : add to staging area git commit : create version git log : show version ctrl+inset : 복사 shift+insert : 붙여넣기 ...