본문 바로가기
GIT

[Git] Git Data Structures

by haheehee 2023. 8. 30.

State Models

  • commit한다고 서버(remote repository)에 업로드되는 것이 아니다.
  • push를 해야 remote repository에 호환된다.

A Detailed Explanation of the Underlying Data Structures and Principles of Git

VS Code → Git History

  • origin : remote repository를 의미
    • origin/develop
    • origin/master
  • origin 없으면 local repository를 의미한다.
    • develop
    • master 등

State Models

  • commit한다고 서버(remote repository)에 업로드되는 것이 아니다.
  • push를 해야 remote repository에 호환된다.

A Detailed Explanation of the Underlying Data Structures and Principles of Git

VS Code → Git History

  • origin : remote repository를 의미
    • origin/develop
    • origin/master
  • origin 없으면 local repository를 의미한다.
    • develop
    • master 등

'GIT' 카테고리의 다른 글

VS Code Tasks와 PowerShell로 백엔드 서비스 Git 업데이트 자동화하기  (0) 2025.02.11
[Git] git 명령어  (0) 2023.08.30
[Git] git branch 전략  (0) 2023.08.30
[Git] git branch 전략  (0) 2023.06.01
[Git] ssh 참고 링크  (0) 2023.06.01

댓글