Git 명령어

From IT위키

보기 전에[edit | edit source]

Git에 대한 기본 개념은 Git 문서 확인

명령어[edit | edit source]

git branch[edit | edit source]

브랜치 목록을 확인할 수 있다.

git checkout[edit | edit source]

작업할 브랜치를 선택한다.

git stash[edit | edit source]

하던 작업을 임시로 저장하여 다음에 불러쓸 수 있도록 한다.

git pull[edit | edit source]

원격 저장소의 소스를 로컬 저장소로 가져온다.

git pull --rebase[edit | edit source]