바이오 대표

[Git] Git Install 설치하기 본문

Programming enviorment

[Git] Git Install 설치하기

바이오 대표 2021. 11. 21. 12:12

 

< Git installation >

[1] 내 컴퓨터에 git 이 깔려있는지 확인하기 (Mac)

     $ git --version  

version 2.33.1이 설치되어 있는 것을 확인 할 수 있다.

(notepad++ 이나 atom ( 

 

[2] Git 설치 

내 컴퓨터에 git 이 설치되어 있지 않다면 https://git-scm.com/downloads 에서 설치 할 수 있다. 

 

 

 

- 아래 페이지에 Linux, Mac, Window 환경에서의 설치법이 자세히 설명되어있다. 

https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

 

Git - Installing Git

This book was written using Git version 2.8.0. Though most of the commands we use should work even in ancient versions of Git, some of them might not or might act slightly differently if you’re using an older version. Since Git is quite excellent at pres

git-scm.com