git 수정 update 후 반영하기 https://velog.io/@kimheewon/%EA%B9%83%ED%97%88%EB%B8%8CGitHub-%EC%88%98%EC%A0%95-%EB%B0%98%EC%98%81-%EC%97%85%EB%A1%9C%EB%93%9C 2024. 3. 27. git CI/CD ▼▼▼ 더보기 https://nulls.co.kr/ci-cd/438 https://danawalab.github.io/common/2022/08/24/Self-Hosted-Runner.html https://www.daleseo.com/github-actions-checkout/ https://fe-developers.kakaoent.com/2022/220106-github-actions/ git pull & fetch https://www.freecodecamp.org/korean/news/git-fetch-vs-pull/ https://medium.com/@rlatla626/git-%EA%B6%81%EA%B8%88-%ED%96%88%EB%8D%98%EA%B2%83-%EC%A0%95%EB%A6%AC-b.. 2023. 2. 10. Error Git pull (merge, rebase, fast-forward only) hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config.. 2023. 2. 10. git pull 취소 1. git reset HEAD^ 2. git commit -m "커밋삭제" 3. git push origin master(또는 브런치 이름) -f 2023. 2. 9. Error :this exceeds github's file size limit of 100.00 mb 되돌리기 https://seosh817.tistory.com/297 [Git] git reflog를 이용하여 git reset --hard로 지워진 커밋 복구하기 Git reflog란? git reflog는 로컬 저장소에서 HEAD의 업데이트를 기록을 출력합니다. 업데이트의 내용은 저장소 디렉토리의 .git/logs/refs/heads/. 혹은 .git/logs/HEAD에 기록되며 git reflog는 이 내용을 출력합니 seosh817.tistory.com https://medium.com/@stargt/github%EC%97%90-100mb-%EC%9D%B4%EC%83%81%EC%9D%98-%ED%8C%8C%EC%9D%BC%EC%9D%84-%EC%98%AC%EB%A6%AC%EB%8A%94-%EB%B0.. 2023. 1. 30. git hub에 코드/프로젝트 올리기 https://jootc.com/p/201909143109 [Git] 커밋 히스토리 삭제(초기화)하여 다시 푸시하기 - JooTC Git 커밋 히스토리 삭제 git commit 초기화 방법 Git을 사용하여 소스코드 관리를 하는 개발자는 자신의 리포지토리(Repository)가 공개 상태일 때 간혹 민감한 정보가 포함된 코드가 커밋(commit)되는 경 jootc.com https://kcmschool.com/194 [Git] git ignore 특정 파일또는 폴더 제외 or 무시하기 Git을 하게 되면 내가 작업하는 공간에는 필요하지만 remote(원격)에 push를 무시해야 하는 경우가 있습니다. 이런 경우는 소스 파일이라던가 올리면 충돌이 일어나 오류를 범할 수 있기 떄문입니다 kcmschool.c.. 2023. 1. 28. window에 git bash 설치하고 폴더 업로드 https://xangmin.tistory.com/102 윈도우에서 Git Bash 설치하기 1. 설치 파일 다운로드 Windows에서 Git을 사용하기 위한 GitBash를 설치한다. (2.30 버전) Git Bash 설치 파일을 받기 위해 공식 홈페이지(https://git-scm.com/)에서 다운로드 한다. 다운로드 완료 후 설치 파일 xangmin.tistory.com https://vanillacreamdonut.tistory.com/193 [Github] 깃 허브에 폴더 전체 업로드 방법! 내 컴퓨터의 폴더 전체를 깃허브에 업로드를 하고 싶었다! 1. 업로드할 폴더의 상위 폴더로 가서 git bash 클릭! (우클릭) git bash here를 클릭해준다! 2. 폴더 Add - Commit .. 2023. 1. 11. 이전 1 다음