TIL(Today I learned)/1. github4 원하는 branch의 repository 를 깃헙에서 VS로 clone 하고 싶을때 터미널에 git clone --branch master " 2022. 5. 18. git pull 덮어쓰기 git pull 덮어쓰기 :: 개발천국 (tistory.com) git pull 덮어쓰기 git pull 덮어쓰기 git pull은 당겨 올때 최신 코드만 당겨오기 때문에, push를 깜빡하고 다시 pull을 하려는 경우에 코드가 일부 안바뀔수 있습니다. 계속 git pull을 해도 update가 되었다고 하는데, 코드 taewooblog.tistory.com 집에서 push 한 레지스트리에 있는 file 을 회사에서 pull 하고 싶을 때, 블로그에 적힌 내용처럼 git fetch --all 했는데 터미널에 Fetching origin만 뜨고 파일이 업데이트가 안되서, git reset --hard origin/master 로 하니 터미널에 HEAD is now at 6d99052 update 이렇게 .. 2022. 5. 17. (ERROR) Git 에러 CRLF will be replaced by LF (혹은 반대) 핸들링하는 방법 https://blog.jaeyoon.io/2018/01/git-crlf.html 2021. 10. 30. 깃허브오류_hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., .. 깃허브, failed to push some refs to~,Updates were rejected because the remote contains work that you do not have locally 에러 (tistory.com) 깃허브, failed to push some refs to~,Updates were rejected because the remote contains work that you do not have locally 에 깃허브, failed to push some refs to~,Updates were rejected because the remote contains work that you do not have locally 에러 깃허브에 로컬 프로젝트를 push해주려는.. 2021. 10. 26. 이전 1 다음