Git & Github

[Git]git 시작하기

용감한 개복치 2022. 2. 8. 18:40

1. git download

윈도우라면 그냥 다운 받자.

제일 쉽다.

https://git-scm.com/downloads

 

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

여기서 각자 환경에 맞는걸 다운 받으면된다.

 

2. git bash 를 원하는 위치에서 오른쪽 버튼을 눌러서 시작

 

3. 다운로드 잘 됐는지 확인

git --version

 

4. 최초 설정용 config

git config --global user.name "본인 이름"

git config --global user.email "이메일 주소"

git config --list

항상 잘 됐는지 확인하는 습관을 들이자. ctrl+s 를 늘 두고있는것처럼!

 

이제 설정 끝

다음은 본인 깃허브 레포지토리랑 연결하는 법