728x90
1. git이 연결된 프로젝트 파일로 들어간다. (.git이 있는 파일까지 들어가야함)
cd /c
cd subProject(본인 프로젝트)
2. push하는 방법
git add .
git commit -m "커밋 메세지"
git pull origin develop --rebase
git push origin develop
3. pull하는 방법
git pull origin develop
728x90
'TIL > Git' 카테고리의 다른 글
[GitHub] 📁GitHub Desktop 설치 및 사용법 (0) | 2022.01.28 |
---|