github access token1 Git 사용법 (With GitHub) Git 계정 정보 등록 $ git config --global user.name ID $ git config --global user.email email Git Local 저장소 생성 $ git init Git Branch Main으로 변경 $ git branch -M main Github 원격 저장소와 연결 $ git remote add origin https://github.com/ID/MITM.git Git ID/Access Token 저장 $ git config --global credential.helper store 파일 등록 $ echo "Project" > README.md $ git add ./README.md $ git status 파일 삭제 $ git rm "README.md" 로컬.. 2022. 8. 27. 이전 1 다음