Git 짧막 지식

1.(Git) 좋은 commit message 작성 방법

post-thumbnail

2.github flow / git flow 전략

post-thumbnail

3.github에서 pull request를 해야 merge할 수 있도록 설정하기

post-thumbnail

4.브랜치 전략 안써서 발생하는 base 문제??

post-thumbnail

5.git pull 하려는데.. (브랜치 분기 이슈)

post-thumbnail

6.내가 정리한 Git Branch 전략

post-thumbnail

7.git commit에 관해서..

post-thumbnail

8.git commit 할 때 좀 더 자세하게 메세지 작성법 (description 입력방법)

post-thumbnail

9.다른 branch의 merge내용 pull 받아오기

post-thumbnail

10.git branch에서 나가려면 Q (맥북)

post-thumbnail

12.깃허브 Pages 커스텀 도메인

post-thumbnail

15.git push -u origin 브랜치

post-thumbnail

16.git 참고자료

post-thumbnail

17.upstream 설정 (로컬 브랜치와 원격 브랜치 브랜치마다 따로 연결해주기 (pull 과 push 모두 영향)

post-thumbnail

18.divergent branch (git pull 받을 때 오류 (git pull --ff-only/git pull --rebase 등)

post-thumbnail

19.이전 commit으로 코드 되돌리기

post-thumbnail

21.Github main 최신화 하는 방법

post-thumbnail

22.깃허브 잘 설명해주는 사이트

post-thumbnail

24.stash관련(Your local changes to the following files would be overwritten by checkout)

post-thumbnail

28.husky

post-thumbnail

29.그냥 github 레포에 이미 만들어진 로컬 레포 push 하는거

post-thumbnail

30.원격 레포에 새로 만든 브랜치를 로컬로 가져와서 작업하기(이거 참고하기!!)

post-thumbnail

31.실수로 내가 개발하고자 하는 branch가 아닌 다른 브랜치에서 개발하던 것을 개발하고자 하는 branch로 옮길때

post-thumbnail

32.현재 로컬 브랜치가 어떤 원격 브랜치와 연결되어있는지?

post-thumbnail