gitpush1 anaconda에서 git 설치 및 git clone 세부사항 환경 :window 10git : 2.40.1ananconda :24.02.01 pip install git conda install git git --version Local 저장소 만들기git init Remote 저장소 주소 추가 git remote add [저장소명] [github repo URL] ( 저장소 이름은 origin으로 하자!)git remote rename [기존 이름] [변경할 이름] Remote 저장소 헤제 원하는 파일을 Git Repo에 올리고 싶음 mkdir [파일이름]git initgit remote- v git remote set-url origin [token]@[repo URL]git add .git commit -m "[커밋 메시지]"git push ori.. 2024. 7. 7. 이전 1 다음