미션코드로 Git 잔디심기
- 새로운 repository 생성하기 - create a new repository
- 새로운 remote 추가하기 (미션코드의 git bash)
- git remote add [remote name] [추가된 repository url]
git remote add newRepo **<https://github.com/asebn1/woowacourse-lotto-mission.git**>
- commit 기록 합치기 → final 브랜치에 통합 (step1, step2)
git checkout step2
git checkout -b final
git rebase step1
- 새로운 repository에 불러오기
- git push [remote name] [src branch]:[dest branch]
git push newRepo final:main
렉스의 미션코드로 잔디심기. 까먹지 않기 위해 작성..
'공부 > Java' 카테고리의 다른 글
[우아한테크코스] 페어프로그래밍 Git (0) | 2022.04.02 |
---|---|
instanceof의 사용을 지양하자 (0) | 2022.03.30 |
인텔리제이 멀티커서 사용하기 (0) | 2022.03.21 |
인텔리제이 generate 사용시 'final 키워드' 설정방법 (1) | 2022.03.21 |
자바 제네릭(Generic)이란? (0) | 2022.03.18 |
댓글