git branch만들기

민우이·2022년 5월 10일

폴더에서 오른쪽 마우스 git bash here 하고 폴더 새로 생성되면 거기에서 다시 git bash here
git clone 주소
git config --global user.name "minwoo1124"
git config --global user.emil "1124mw@naver.com"
git branch CARD
git checkout CARD
git add .
git status
git commit -m "0510"
git push
git push --set-upstream origin CARD
git checkout main
git checkout CARD

0개의 댓글