목차
728x90
반응형
Repository
- 스테이지에서 대기하고 있던 파일들을 버전으로 만들어 저장하는 곳
Remote Repository
- 파일이 원격 저장소 전용 서버에서 관리되며 여러 사람이 함께 공유하기 위한 저장소
Local Repository
- 내 PC에 파일이 저장되는 개인 전용 저장소
commit
- Local Repository에 파일을 업로드 하는 것을 말함
push
- 최종본을 Local Repository에서 Remote Repository로 갱신, 저장 하는 것을 말함
pull
- Remote Repository에서 Local Repository로 가져오는 것을 말함
clone
- Remote Repository에서 Local Repository로 가져오는 것을 말함
fork
- 하나의 Repository를 다른 Remote Repository로 복사하는 것을 말함
728x90
반응형