2014 FRENDS's ToolCon Webstorm에서 git 사용하기

28
+ WebStrom 에서 Git 사용하기 FRENDS’s #toolcon2014

Transcript of 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

Page 1: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

+

WebStrom에서 Git 사용하기

FRENDS’s #toolcon2014

Page 2: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

@zziunihttp://zziuni.github.oi

변치훈

Page 3: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

먼저 알아야 할 것

Page 4: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

일단 그리고 숫자와 색깔, 단축키

Page 5: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

메뉴 앞의 숫자1

1

2

Page 6: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

Git 과 색깔

Add Modified UnTrackedCommitted

Page 7: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

파일과 라인의 색깔

1

2

3

Page 8: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

ctrl

alt

shift

win

up

down

Page 9: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

처음에 알아볼 것환경설정

Page 10: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

Version Control GitHub

Page 11: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

Version Control Git

1

Page 12: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

이제 알아야 할 것

Page 13: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

가제트 만능창!필요한건 모두 여기 있어요. 잘 모를 땐 V

⌃ + V

1

2

Page 14: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

+ A⌘ ⌥⌃ + V, 3

일단,

Staging 합시다

1

2

Page 15: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

+ K⌘수정 다 했어요.

Commit 하고 싶어요.

Page 16: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

Commit 창을 자세히 보죠

1

2

3

4

Page 17: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

멋진 Diff Viewer

staged files 이동하기⇧⌘ + [⇧⌘ + ]

1

Page 18: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

골치 아픈 Conflict 가 나면?

더 멋진 3 Way Merge

Page 19: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

받아와야죠. Update 라고 쓰고

Pull 이라고 읽습니다.

⌘ + T

1 2

Page 20: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

Update Type 은

Pull 하는 방법이에요.

git pull --no-rebasegit pull --rebase.git/config의 branch section 설정대로

Page 21: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

Clean Working 은

Stash 하는 방법이에요.

gitjetBrain

Page 22: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

이 라인은 누가 언제 수정했나요?

AnnotateEditor Line Num

Mouse Right Click

Page 23: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

라인 단위 마지막 Commit 과

그 Changes Log를 볼 수 있어요.

1

2

Page 24: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

소스가 길어서 편집이 귀찮아요.

수정된 라인으로 Jump⌃ ⌥ ⇧ ↑+

↓⌃ ⌥ ⇧ +

Page 25: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

멋지게 보여주는

Changes Log⌘ + 9

Page 26: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

을 써보고 싶지만

싫은 분들

그냥 ebstorm 쓰세요

Page 27: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

하지만, Git은 따로 설치하세요.

Page 28: 2014 FRENDS's ToolCon Webstorm에서 git 사용하기

감사합니다.