VS Code : Git 명령어

jjj·2024년 2월 29일
0

메모

목록 보기
13/20

VS Code : Git 명령어

누군가 git push해서 업로드 된 코드 가져오기

1. git add .
2. git commit -m ""
3. git fetch origin
4. git stash
5. git merge origin/main
6. git stash pop
7. git push origin main
1. git remote add upstream [github주소]
2. git fetch upstream
3. git merge upstream/main
4. git push origin main

0개의 댓글

Powered by GraphCDN, the GraphQL CDN