기타/git

· 기타/git
push 할 때, 다음과 같은 에러가 발생해 git pull --rebase [branch name] 로 해결했다. 구체적 이유는 추가할 예정
· 기타/git
1. Git 설치 https://git-scm.com/ 2. Git 명령어 git init (git 저장소/Repository 생성) git add git commit git status 3. 실습 windows - 명령 프롬프트 cd source/repos/data_structure git init git add data_week_1 git commit -m "first commit" git remote add origin https://github.com/jyu9551/DATA_STRUCTURE git push -u origin master 4. Git 구성 로컬 저장소 ↔ 원격 저장소
20240619
'기타/git' 카테고리의 글 목록