<Git에 필요한 기본적인 명령어 모음>

못 외울 때 보고 하자.
(로컬 영역)

git add
git status
git commit -m
git log
git diff
git checkout
git reset --hard
git revert
git branch
git log --all --graph --oneline
git merge (합치려는 브랜치)

(리모트 영역)

git remote add origin + repository주소
git branch -M main
git push -u origin main
git push --set-upstream origin master
git clone + repository주소
git pull
profile
커피 내리고 향 맡는거 좋아해요. 이것 저것 공부합니다.

0개의 댓글