자료

[Git] git 설치

김곰팡 2024. 2. 15. 11:09
 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

 

1                                                                                                                               2

 

3                                                                                                                               4

 

5                                                                                                                               6

 

7                                                                                                                               8

 

9                                                                                                                               10

 

11                                                                                                                            12

 

13                                                                                                                           14

 

15                                                                                                                          16

 

 

 

깃 초기 계정 설정 : 아래 정보 Terminal 에 입력하기

프로젝트마다 다른 이름과 메일 주소를 사용하고 싶은 경우 --global 옵션을 빼고 명령어를 실행한다.

git config --global user.name 사용자이름
git config --global user.email 사용자이메일