본문 바로가기
공부/Java

미션 코드로 Git잔디 심기

by JERO__ 2022. 3. 28.

미션코드로 Git 잔디심기

  1. 새로운 repository 생성하기 - create a new repository
  2. 새로운 remote 추가하기 (미션코드의 git bash)
  • git remote add [remote name] [추가된 repository url]
git remote add newRepo **<https://github.com/asebn1/woowacourse-lotto-mission.git**>
  1. commit 기록 합치기 → final 브랜치에 통합 (step1, step2)
git checkout step2
git checkout -b final
git rebase step1
  1. 새로운 repository에 불러오기
  • git push [remote name] [src branch]:[dest branch]
git push newRepo final:main

 

출처 : https://seongwon97.github.io/posts/%EB%AF%B8%EC%85%98%EC%BD%94%EB%93%9C%EB%A1%9C-%EC%9E%94%EB%94%94%EC%8B%AC%EA%B8%B0/

 

Git - 미션 코드로 잔디 심기

미션 기록도 잔디로 심어서 커밋 왕이 되어보자~🔥

seongwon97.github.io

렉스의 미션코드로 잔디심기. 까먹지 않기 위해 작성..

댓글