반응형

업스트리밍 등록

1. git remote add upstream  github.com/codestates/fooding-bot-server

git remote add upstream  https://github.com/codestates/Bransome-client

 

깃 

git status

 

에러 발생시

git remote -v

git remote  remove orign/upstream 등

 

2.  git pull upstream dev 

(잘못 풀했으면  git reset HEAD^  )

 

3. git checkout -b feature/  기능

 

4, git add, git commit

 

5. git push origin feature/data

 

6.

 

7.  upstream 가서  merge 하기 

 

8. branch 삭제

 

9 깃 리모트 삭제

git remote rm origin

반응형

'git & 배포 > Deploy(AWS 등)' 카테고리의 다른 글

AWS) 도메인 연결  (0) 2021.04.04
AWS) RDS  (0) 2021.04.02
AWS) pm2로 nest.js 실행, 멈추기  (0) 2021.04.01
AWS) ssh 와 ec2 접속  (0) 2021.04.01
git stash  (0) 2021.03.08
복사했습니다!