-
git 설치하는 방법GIT 2023. 9. 20. 20:39728x90
1. git window 설치하기
- 설치 할때 확인
- 사용할 폴더 PowerShell로 열기
- shift + 마우스 우클릭
- 코드 입력
- git config --global user.email "이메일 주소"
- git config --global user.name "이름"
728x90'GIT' 카테고리의 다른 글
git restore, reset, revert (0) 2023.10.14 git merge 방법(3-way, fast-forward, rebase, squash) (0) 2023.09.23 git branch 만들기, 합치기, 삭제하기 (0) 2023.09.23 VS 코드에서 간단한 git 사용하기 (0) 2023.09.20 git 명령어(init, add, commit, status, restore, log) (0) 2023.09.20