git --version
C:\Users\jihyun>cd C:\Users\jihyun\workspaceSpringBoot\honeyComboFactory
| 하고 싶은 일 | 명령어 |
|---|---|
| 최신 코드 받아오기 | git pull origin main |
| 수정한 파일 깃허브에 올리기 (권한 있을 때) | git add . → git commit -m "작업내용" → git push origin main |
| 내 깃허브로 복사하고 싶을 때 | git remote set-url origin <https://github.com/내아이디/내레포.git> |