본문 바로가기

github

[github] 원하는 commit만 pull request 보내기 http://stackoverflow.com/questions/5256021/send-a-pull-request-on-github-for-only-latest-commithttp://kurogo.org/guide/github.html git checkout -b upstream upstream/master git cherry-pick sha1 git push origin upstream 원본 repository를 브랜치로 따고..cherry-pick으로원하는 커밋만 merge 후그걸 push해서 pull request로 보내는 개념인듯하다.. ---- 위 내용대로 해보니 잘 안되는 부분도 있고... 설명이 부족한듯 해서...step by step으로 직접 해보면서 정리.. ---- 실제 후배의 repos.. 더보기
[github] gist 기능으로 소스코드 post 하기 테스트 테스트하기..항상 별도의 스크립트 태그를 사용했는데gist를 사용하면 굉장히 쉽고 편리하게 소스코드를 블로그에 붙일 수 있네요. 참고 : http://koesnoom.tistory.com/86 gist라니.. 다른곳에도 유용하게 사용될 수 있는 기능인 것 같습니다. 왠지 gist에서 소스 수정하면 그 수정된 소스가 자동으로여기에도 반영될듯... 더보기
[Maven] github을 maven repository로 사용하기 crescent에서 luceneKoreanAnalyzer.jar를 사용하는데별도의 프로젝트로 나누어져있다. 처음에 이것을 그냥 이대로둘지.. maven을 사용해서 모듈로 합칠지..고민을 하다가... 별도 프로젝트로 두면서 crescent에 의존성 설정을 해주면 crescent 빌드 할 때마다 자동으로luceneKoreanAnalyzer를 다운받아 사용 할 수 있겠다 싶은 생각이 들었다. 그렇다면 이제 필요한것이 maven repository인데.. 혹시 github이라면.. 뭔가 되지 않을까 싶어서 찾아봤더니 아래와 같은 글이 있었다. http://cemerick.com/2010/08/24/hosting-maven-repos-on-github/ 오옷..! 그래서 한번 따라해보았다. crescent와 lu.. 더보기
[github/링크] github syncing forked repository with master repository http://chriscase.cc/2011/02/syncing-a-forked-git-repository-with-a-master-repositorys-changes/ https://help.github.com/articles/syncing-a-fork 더보기
[about Lucene] 예제소스를 github.com에 올려놓았습니다. 이래저래 공부도 해볼 겸 aboutLucene의 예제 소스를 https://github.com/need4spd/aboutLucene 으로 repository를 변경하였습니다. 더보기