Github 설치하기

1. Tortoise Git 설치

https://tortoisegit.org/

 

TortoiseGit – Windows Shell Interface to Git

Get Support Manuals, FAQ, bug reporting, mailing list, and more…

tortoisegit.org

 

2. GIT 설치

https://git-scm.com/

 

Git

 

git-scm.com

 

3. GIT 계정 설정

git config --global user.name "이름"
git config --global user.email "이메일"

'기타 > GIT' 카테고리의 다른 글

프로젝트마다 GITHUB 와 GITLAB 계정 각각 사용하기  (0) 2024.05.14