GIT 사용법 관련해서 몇 가지 있어서 검색하다가 몇 개 읽어보았다.



한글판 간단 가이드 - https://rogerdudler.github.io/git-guide/index.ko.html


github 플로우 가이드 - https://guides.github.com/introduction/flow/


markdown 문서작성법 - https://guides.github.com/features/mastering-markdown/



*. github의 전체 가이드 - https://guides.github.com



< 상황별 >

1) 클론을 통해서 프로젝트를 복제한 후 

해당 프로젝트를 수정하여 origin(Local) 으로 업로드하려고 할 때.

>> http://stackoverflow.com/questions/1221840/remote-origin-already-exists-on-git-push-to-a-new-repository


2) 강제로 내 repo의 git을 merge 하지 않고, 올리려고 할 때

http://stackoverflow.com/questions/10298291/cannot-push-to-github-keeps-saying-need-merge



+ Recent posts