목록공부/Git (1)
유령의 일기

Git 왜 쓰는가? 1. 버전 관리(branch & merge) 2. 백업 (pull & push & fetch) 3. 협력 working directorystage change (non visible -> in .git file) repository (non visible -> in .git file) Commit (stage->repo) 상태종류 unmodified, modified, staged unmodified - when any after commit modified - after edit the file staged - after stage the file Branch 기본 상태 : master(main) branch (
공부/Git
2024. 2. 21. 20:43