github usage1 내가 정리한 Git 사용법 1.GitHub git status // 현상태 확인하기 git의 여러 스테이지 Working Directory -> Staging Area -> Local Repository -> Remote Repository Working Directory 작업디렉토리 Staging Area 스테이징 영역 변경된 파일의 스냅샷을 저장. git add를 사용해서 작업디렉토리에서 옮김 Local Repository 로컬저장소 커밋된 버전의 스냅샷을 저장. git commit을 사용해서 스테이징에서 옮김 Remote Repository 원격저장소 협업자들 간 코드를 공유하고 저장하는 공간 제일중요!!! git push로 local -> remote git pull로 local 2024. 3. 2. 이전 1 다음