Part 1 - Install & Configure Git > Git

Git

Part 1 - Install & Configure Git 정보

Part 1 - Install & Configure Git

본문

What does git do?

 

- Tracks changes and versions

- Allows non-destructive roll-back

- Enables multi-user sharing

- Easier and more secure deployment

 

인스톨 Git https://git-scm.com/

(윈도우즈, 맥, 리눅스)

 

How to use git?

 

https://www.gitkraken.com/

https://www.sourcetreeapp.com/

https://www.git-tower.com/

https://desktop.github.com/

 

설치완료가 되었으면,  터미널에서 git를 입력해보세요.

화면에 쭉 usage가 나오면 됩니다.

 

다음에 git config 로 이름과 이메일

 

git config --list

git config -l

 

git config --global user.name "your name"

git config --global user.email *** 개인정보보호를 위한 이메일주소 노출방지 ***

 

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로