본문 바로가기

IT/Git

[Git] 과정 도식

  • working dir
    • git add로 다음 단계
  • staging area, index
    • git commit으로 다음 단계
  • staging area, local repo, head
    • git push로 다음 단계
  • remote repo, repo

 

 

 

 

 

Git 사용 중 자주 만나는 이슈 정리

코딩보다 어려운 버전 관리

parksb.github.io

 

'IT > Git' 카테고리의 다른 글

이미 push한 commit 메시지 수정  (0) 2020.09.24
readme 파일 작성법  (0) 2020.09.24
remote repository  (0) 2020.09.15
[Git] gitignore  (0) 2020.09.15
git reset  (0) 2020.09.15