힘내 치트 시트

힘내 구성




git config --global user.name "Your Name"
git config --global user.email "Your Email"


프로젝트 시작




git init [project name]
git clone [project url]


디렉토리에서 파일 제거




git rm [file name]


작업 디렉토리 상태




git status 


준비 영역에 파일 추가




git add [file name]


작업 디렉토리의 변경 사항 취소




git checkout --[file name]


로컬에 커밋




git commit


저장소 되돌리기




git reset [file name]


모든 지역 지점 나열




git branch [-a]


원격에서 변경 사항을 가져오고 현재 분기를 업스트림과 병합합니다.




git pull [remote]


이름 분기에서 지정된 조인




git merge [from name]


새 분기 만들기




git branch [branch name]


로컬 변경 사항을 원격으로 푸시




git push [--tags] [remote]


선택한 분기 제거




git branch -d [branch name]


원격에서 변경 사항 가져오기




git fetch [remote]


현재 분기를 지정된 분기로 전환




git checkout [-b] [branch name]


Git 치트 시트 이미지





당신에게 최선을 다합니다.

좋은 웹페이지 즐겨찾기