git 명령어 정리
by HeoSeoyeong
1 git 처음 사용할 때
git 설치
git init
git config –global –list
git config –global user.name “사용자명”
git config –global user.email “이메일주소”
더하기 : git add “파일명”
커밋 : git commit -m “커밋 내용”
푸쉬 : git push orgin “브랜치명”
클론 : git clone “클론할 주소” “로컬저장소명”
참고 블로그 : https://blog.outsider.ne.kr/572
Subscribe via RSS