로딩
티스토리 데이터 처리 중입니다.

[GitHub] Git GitHub 시작하기

 [GitHub] Git GitHub 시작하기

01. Git 설치 https://git-scm.com/ 02.

GitHub 회원가입 https://github.com/ Build software better, together GitHub is where people build software. More than 40 million people use GitHub to discover, fork, and contribute to over 100 million projects. github.com 03.

Git Bash 실행 및 깃허브 user 정보 설정 git config --global user.name "유저네임" git config --global user.email "깃허브 이메일" 사용자 이름과 이메일 주소 설정 최초로 단 한번만 등록하면 되.....