반응형
Notice
Recent Posts
Recent Comments
관리 메뉴

개키우는개발자 : )

git 설치, git bash 설정 본문

git

git 설치, git bash 설정

DOGvelopers 2020. 1. 9. 15:55
반응형

광고 클릭은 개발자(저) 에게 큰 힘이 됩니다!!'ㅁ'

 

필수

github 가입

https://github.com/

git 설치

https://git-scm.com/downloads

 

Git - Downloads

Downloads Mac OS X 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

git-scm.com

 

 

자신의 버전에 맞게 다운로드 후 설치하시면 됩니다. 생략된 이미지는 기본값으로 NEXT 하셔도 무관합니다.

 

사이트

GUI는 디자인이 들어간 인터페이스 인데 GUI말고 CLI를 이용하여 GIT 사용

1

전 Visual Studio Code 를 사용하기 때문에 같이 사용하겠다고 설정 했습니다.

2

PATH 설정 

3

 

4
5

Git Bash 실행해보기.

6

Git bash 를 이용하여 git명령어를 입력하시면 옵션값들이 나오는걸 볼 수 있습니다.

CMD 창에서도 git이라고 치면 똑같이 실행됩니다.

실행

반응형

'git' 카테고리의 다른 글

[Git] 소스트리 (Sourcetree) 설치 하기  (0) 2020.01.10
[Git Bash] git clone , git pull  (2) 2020.01.09
[Git Bash] git push  (0) 2020.01.09
[Git Bash] git add, git commit  (0) 2020.01.09
[Git Bash] git init  (0) 2020.01.09
Comments