19-2-SKKU-OSS / 2019-2-OSS-L9

Minimal examples of data structures and algorithms in Python
MIT License
0 stars 0 forks source link

Branch 생성시 문제발생 #12

Open lcw921 opened 5 years ago

lcw921 commented 5 years ago

Branch 생성 후 commit log를 확인하면, 새로운 branch임에도 자신이 예전에 수행했던 commit log가 남은 경우가 있습니다. 이는 branch 명령어가 현재 branch를 기준으로 새로운 branch를 생성하기 때문인데, 현재 repository인 2019-2-OSS-L9에서는 큰 문제가 되지 않지만, 이후 fork한 branch에서 pull-request를 수행할 때에는 신경써 주세요. Branch가 꼬이고, pull request가 복잡해집니다.

example) lcw_maximum_flow를 보시면, 이전의 commit log가 그대로 남아있는 것을 확인할 수 있습니다.