git clone http://~.git
git checkout -t origin/develop

--git checkout develop
git pull
git checkout -b feat/~
  개발 & add & commit
git checkout develop
git pull
git checkout feature/
git rebase develop
  충돌? 수정 > git add. > git rebase --continue
git checkout develop
git merge --no-ff feature/
git push
git branch -d feature/

'Dev-Git' 카테고리의 다른 글

git 저장소 복사 및 생성  (0) 2024.01.26
git사용법  (0) 2019.12.03

+ Recent posts