728x90
반응형
git status // 상태확인
git add .
혹은
git commit -am "메시지"
git push origin 현재 remote 되어 있는 원격저장소
git pull origin develop // 원격 레포지토리인 develop 에서 받기
git pull --rebase origin develop //리베이스를 이용한 pull 받기
반응형
'개발자의 공부방 > git' 카테고리의 다른 글
git] 실전 상황에서 쓰이는 git (0) | 2020.05.20 |
---|---|
git] GitLab 머지 리퀘스트(MR) 하기 (0) | 2020.04.14 |
git] commit 되돌리기 feat. Reset (0) | 2020.04.02 |
git] 원격 branch 변경하기. (0) | 2020.03.19 |
git] 다시 생각해보자. feat. commit 과 push 그리고 local 저장소와 remote 저장소 (0) | 2020.03.18 |