DNA dacon study
git pull
- 현재 브랜치는 혼자 다른색으로 나타내줌.
git branch
git checkout 이동하고 싶은 브랜치명
git checkout 합병시켜야하는 브랜치명
git pull
git merge 합병시킬 내용이 들어있는 브랜치명
git push
혹은 github의 해당레포에 가서 main branch로 이동 후 상단의 [compare & pull request] 버튼 클릭
[Pull requests] tab으로 이동
[open] tab 아래 있는 pull reque 선택
[merge pull request] 버튼
[confirm request] 버튼
-> 해당 브랜치 closed됨. (해당 pull request는 [closed] tab으로 이동)
[closed] tab 가서 해당 request가서 restore branch 클릭
git commit --amend
s
커밋메세지 수정
esc + :wq + enter