git cheat sheet

leocodms·2022년 8월 23일
0

git clone url : 원격 브랜치를 클론.

git branch -a : 원격&로컬의 모든 브랜치를 표시

git branch -r : 원격 브랜치만 표시

git checkout -t 원격저장소이름/브랜치이름 : 원격저장소의 해당 브랜치를 로컬에도 생성한 뒤 해당 브랜치로 이동

squash merge

profile
Backend Developer

0개의 댓글