SwDevTool
-
무료 Svn, Git RepositoriesSwDevTool 2016. 3. 22. 15:04
* https://github.com/ - 대표적 * http://dev.naver.com/ - 최대 2GB, 파일당 100MB, 비공개 가능. - Git, Svn, * http://www.assembla.com/ - 사용자는 오픈. * http://unfuddle.com/ - 사용자는 멤버 2명. - 프로젝트 1개. - Git, Svn, - 200MB. * http://ffhosting.net/ - * http://www.xp-dev.com/ - 500MB or 200MB - 프로젝트 2개. - SSL적용 안됨.
-
Git 잡다 내용SwDevTool 2016. 3. 21. 19:00
* Client측 준비 Git core: https://git-scm.com/ Gui: https://tortoisegit.org/ * server측 준비 직접 구성: https://bonobogitserver.com/ 온라인 업체 이용: http://github.com * branches 기본 - Master branches - Develop branches - Feature branches - Release branches - Hotfix branches - Branch naming convention : master, develop, release-*, hotfix-* * 저장소 origin/master 원격 저장소 「origin」의 브랜치인 「master」의 위치를 나타냄. origin/HEAD ..