이미지업로더, 깃 fork, pull request, pull, git issue-to do

김건강·2021년 7월 26일
0

https://gmlwjd9405.github.io/2017/10/28/how-to-collaborate-on-GitHub-2.html

https://merrily-code.tistory.com/142?category=938924
https://merrily-code.tistory.com/143?category=938924

pull request 할 때

항상 원래 저장소/develop 내거/브랜치 잘 확인하고 보내고
제목에 기능 적어주기 첫 번째 PR : 이미지 서버 구현 등
이렇게 써서 PR 보내기

pull

git remote add upstream 원래 저장소 http...(fork 하기 전 거기)

pull받았을 때 쓸데없는 merge branch develop...등의 커밋이 생기지 않도록 함

git pull upstream develop

git push origin master

git show HEAD로 확인 가능
(HEAD -> master, upstream/develop, origin/master) 항상 pull 받고 이 상태가 되도록

git issue, to do

https://devlog-wjdrbs96.tistory.com/227
https://uang.tistory.com/12

0개의 댓글