GIT
-
[GIT] Git , Github 설치 및 사용법GIT 2023. 8. 16. 11:54
Git 설치 1. 깃 다운로드 Git git-scm.com 공식 웹사이트에서 깃을 다운로드 한다 2. 설치 과정에서 두 가지 설정 변경 1) Use Visual Studio Code as Git's default editor로 변경 2) Main 선택 3. 작업 할 폴더를 연 후 마우스 우클릭 Git Bash Here 클릭하면 터미널 창이 열린다 터미널 창에 ' code . ' 을 입력하면 작업할 폴더가 visual studio code에서 바로 열린다 Git 연결하기 1. Git Hub 가입 https://github.com/ GitHub: Let’s build from here GitHub is where over 100 million developers shape the future of softw..