'2012/03/18'에 해당되는 글 2건

  1. 2012.03.18 Eclipse 셋팅시 잘 하면 좋은 것들
  2. 2012.03.18 Git Flow 좋은 자료

 

리눅스에 자바 파일을 빌드하고 배포하는 환경에서 윈도우에서 개발환경을 가질 경우를 위해서 미리 깔끔하게 환경셋팅하는 것이 좋다.  다음 설정은 기본으로 설정..

 

* UTF-8 설정

Window->Preferences –> General –> Workspace 에서 Text file encoding 에서 Other 항목에서 UTF-8을 설정

 

* Unix Line End

Window->Preferences –> General –> Workspace 에서 New text file line delimiter 에서 Other 항목에서 Unix로 설정

 

* Formatter

미리 정한 formatter 를 공유해야 함

Posted by '김용환'
,

Git Flow 좋은 자료

Tool 2012. 3. 18. 16:21

 

민수기술의 왕수용님 자료

1. 웹 페이지

http://wangsy.com/blog/2011/12/git-guide/

git flow 는 git 의 장점인 브랜치를 적극 활용하여, 원활한 프로젝트 중 소스코드 관리를 가능하게 하고, git flow 툴을 이용하여 이러한 방법론을 손쉽게 적용하도록 도와준다.

2. pdf

http://wangsy.com/blog/wp-content/uploads/2011/11/Git-Guide-r1.pdf

 

3. Git Flow Homepage
https://github.com/nvie/gitflow

4. Short introduction about Git Flow
http://vimeo.com/16018419

http://vimeo.com/37408017

5. Git Flow Model
http://nvie.com/posts/a-successful-git-branching-model/

'Tool' 카테고리의 다른 글

[Eclipse] maven dependencies references non existing library 에러 해결  (0) 2012.05.26
[Cygwin] 한글 깨짐  (0) 2012.04.06
Synergy 를 다시 쓸 줄이야..  (0) 2012.03.16
번역기 추천  (0) 2012.03.13
Team Viewer  (0) 2012.03.08
Posted by '김용환'
,