목록웹 개발/Git | Github (11)
dukDukz
https://devlimk1.tistory.com/125 [Git_Error] remote: HTTP Basic: Access denied and fatal Authentication 에러를 해결해보자! 데브림의 블로그 포스팅 한 것들을 한 눈에 확인하고 싶다면 클릭! 👉 https://github.com/DevLimK1/tistory-map 👈 나의 소소한 기록이 누군가에게는 도움이 되기를 바라며... 에러가 발생한 과정 부스트 devlimk1.tistory.com
[브랜치] main mybranch mybranch 에서 내 작업을 함 협업자가 main 에 커밋함. 더보기 힌트: You have divergent branches and need to specify how to reconcile them. 힌트: You can do so by running one of the following commands sometime before 힌트: your next pull: 힌트: 힌트: git config pull.rebase false # merge (the default strategy) 힌트: git config pull.rebase true # rebase 힌트: git config pull.ff only # fast-forward only 힌트: 힌트: Yo..
1. 특정 브랜치 clone https://overcode.tistory.com/entry/GitHub-%ED%8A%B9%EC%A0%95-%EB%B2%84%EC%A0%84-Git-Clone-%ED%95%98%EA%B8%B0-git-clone-git-log-git-reset GitHub 특정 버전 Git Clone 하기 (git clone, git log, git reset) 최신 버전의 소스에 오류가 있거나 또는 특정 버전의 소스가 필요하거나 할 때 사용 할 수 있는 방법이다. 1. 평소와 같이 Git Clone 으로 프로젝트를 다운받는다. # git clone 2. Git Clone 한 경로로 이동 overcode.tistory.com 평소대로 clone 받은다음에 git reset --hard 해쉬값..