[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 사용자이메일

 

'자료' 카테고리의 다른 글

[Qt] 설치  (0) 2024.02.15
[Visual Studio]  (0) 2024.02.15
아나콘다(Anaconda) 설치  (0) 2024.02.15
딥러닝+머신러닝  (0) 2024.02.14
[Git] 폴더 올리기  (1) 2024.02.07