프로그램
윈도 git 설치
>동네청년<
2023. 2. 14. 16:01
업데이트 중..
1. https://git-scm.com/ 접속 후 윈도용 git 설치파일 다운로드
Git
git-scm.com
2. default 설정값으로 git 설치
3. git bash 실행
4. 사용자 등록
$ git config --global user.name "soulfree"
$ git config --global user.email "email@email"
업데이트 중..