git7 Server Release Process 2018. 11. 15. Eclipse에서 Maven project git으로 올리는 방법 maven project를 git repository로 만들고 싶으면 Eclipse > Project > Team > Share로 접근해서 git repository를 생성하고git remote add origin git@IP:sunghwan.cho/AutoTest.git로 remote repository를 add 해주고 push 해주면 된다. 2016. 12. 5. version naming Component VersioningMajor Version : 하위 호환성 없음 (인터페이스 변경, 삭제되는 경우)Minor Version : 하위 호환성 보장함 (인터페이스는 변화 없음. 내부 로직이 변경된 경우)Patch Version : Bug Fix 내부 로직 오류 수정해야 하는 경우SNAPSHOT : 항상 변경될 수 있는 floating version 개발용RELEASE : 더 이상 변경이 일어나지 않는 version 외부 배포용 - SNAPSHOT 제거Product VersioningMajor Version : Major Change (UX changes, file format changes, etc.)Minor Version : Minor Change (Minor features, majo.. 2016. 8. 23. Github Security Referencehttps://help.github.com/articles/github-security/https://help.github.com/articles/what-are-the-different-access-permissions/https://help.github.com/articles/keeping-your-organization-secure/Case StudiesKakao : https://enterprise.github.com/case-studies/kakaoNASA JPL : https://enterprise.github.com/case-studies/jplSAP : https://enterprise.github.com/case-studies/sap기본적으로 Repository를 Clon.. 2016. 7. 11. 이전 1 2 다음