본문 바로가기

GIT11

.gitignore 어떻게 사용해야 할까? https://www.daleseo.com/gitignore/ .gitignore 파일 사용법 Engineering Blog by Dale Seo www.daleseo.com 2023. 10. 3.
hint: Updates were rejected because the tip of your current branch is behindhint: its remote counterpart. Integrate the remote changes (e.g.hint: 'git pull ...') before pushing again.hint: See the 'Note about fast-forwards' in 'git push --help' for deta.. https://doozi316.github.io/errorlog/2019/09/30/error1/ Git push 오류 해결 (Updates were rejected because the tip of your current branch is behind its remote..) doozi316.github.io $ git push origin +master 2023. 3. 4.
git remote repository 파일 삭제 https://gmlwjd9405.github.io/2018/05/17/git-delete-incorrect-files.html [Git] Github에 잘못 올라간 파일 삭제하기 - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io 2022. 11. 19.
git ssh를 통한 원격저장소 연결 https://goddaehee.tistory.com/254 [Git (7)] Github 비밀번호 입력 없이 pull/push 하기(github ssh key 설정) [Git (7)] Github 비밀번호 입력 없이 pull/push 하기(github ssh key 설정) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ GitHub ID, Password 입력없이 pull, push 하기 ] 입니다. : ) 0. 들어가기 앞서 ▶.. goddaehee.tistory.com https://keepdev.tistory.com/88 Github 비밀번호 입력 없이 pull/push (ssh key 설정) GitHub에 pull, push를 할 때 매번 패스워드를 물어보는데 ssh key를 통해 이 과정을 생략.. 2022. 10. 30.