Git의 Staging Area는 어떤 점이 유용한가 http://gun.io/blog/how-to-github-fork-branch-and-pull-request/ http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/ GIT is inconsistent http://www.youtube.com/watch?v=4XpnKHJAok8 GIT 주요개념 : http://whiteship.tistory.com/2185 http://whiteship.me/2185 JGit 설치 GIT config http://video.google.com/videoplay?docid=-3999952944619245780&q=Git&total=14242&start=0&num=10&so=0&type=search&plindex=3 http://video.google.com/videoplay?docid=-2199332044603874737 http://git.or.cz/gitwiki/EclipsePlugin http://git.or.cz/gitwiki/EclipsePluginScreenshots JGit로 push 성공 기념샷. Kenai - Git 을 지원하는 오픈 소스 프로젝트 호스팅 서비스 rm -cached git HEAD, index, working directory 이해하기 - A Tale of Three Trees 발표자료를 보고 - See more at: * http://ohyecloudy.com/pnotes/archives/1949#sthash.b4dj9MAn.dpuf 입문 https://backlogtool.com/git-guide/kr/ https://try.github.io 종합 가이드 http://progit.org/book/ http://book.git-scm.com/index.html http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide http://learnbranch.urigit.com/ 다른 도구와의 비교 http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/ Git- SVN Subversion 사용자를 위한 Git 소개 Git - SVN Crash Course [Git SVN 사용자를 위한 Git 가이드 1. 시작] 명령어 정리 Git 명령어 정리 기트(git) 주요 명령어 Tips git filter-branch로 저장소 분리하기 Git에서 명령어에 별칭(Alias) 사용하기 25-tips-for-intermediate-git-users bash 프롬프트에 Git와 Mercurial의 branch를 표시하기 GIT을 이용한 릴리즈 노트 http://insanehong.kr/post/debuging-with-git/ jgitflow를-사용하여-javamaven-프로젝트-릴리즈를-쉽게하는-법 http://blog.lckymn.com/2013/03/11/git-push-to-pull-from-both-github-and-bitbucket/ git diff 에서 변경된 부분을 더 명확하게 보는 방법 Branch Git - branch 개념정리 GIT branch 사용 http://nvie.com/posts/a-successful-git-branching-model/ git에서 원격저장소에 branch와 tag를 push하기 Git에서 이전에 사용한 브랜치로 체크아웃하기 Rebase git의 merge와 rebase 비교하기 git에서 특정 commit에 들어간 수정 파일을 다른 commit으로 옮기는 방법 Git: Rebase는 언제 어떻게 해야 할까? 포크 따서 작업하다 원본이랑 싱크 맞춰서 보내기 http://git-scm.com/book/ko/Git-%EB%8F%84%EA%B5%AC-%ED%9E%88%EC%8A%A4%ED%86%A0%EB%A6%AC-%EB%8B%A8%EC%9E%A5%ED%95%98%EA%B8%B0 히스토리 단장하기 http://blog.springsource.com/2010/12/21/git-and-social-coding-how-to-merge-without-fear/ Getting Started with Git Rebase –onto for Specific Commits CI integration http://www.infoq.com/articles/Gerrit-jenkins-hudson http://alblue.bandlem.com/2011/02/someday.html Github Github에 pull, push하기 http://dogfeet.github.com/articles/2012/how-to-github.html Workflow https://about.gitlab.com/2014/09/29/gitlab-flow/ https://www.atlassian.com/blog/archives/simple-git-workflow-simple http://endoflineblog.com/gitflow-considered-harmful https://georgestocker.com/2020/03/04/please-stop-recommending-git-flow/ https://medium.com/@patrickporto/4-branching-workflows-for-git-30d0aaee7bf Commmit message github에서 자주 쓰이는 영어 좋은 git commit 메시지를 위한 영어 사전 https://chris.beams.io/posts/git-commit/ https://github.com/git/git/blob/master/Documentation/SubmittingPatches https://www.slideshare.net/TarinGamberini/commit-messages-goodpractices https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines Subtree https://nering.dev/2016/git-submodules-vs-subtrees/