github 폴더 화살표 현상
2021. 1. 3. 16:51ㆍGit
반응형
velog.io/@nsunny0908/git-github-%ED%8F%B4%EB%8D%94-%ED%99%94%EC%82%B4%ED%91%9C-%ED%98%84%EC%83%81
[git] github 폴더 화살표 현상
[git] github 폴더 화살표 현상
velog.io
stackoverflow.com/questions/47403358/fatal-in-unpopulated-submodule/54070542
fatal: in unpopulated submodule
I am quite new to github and I am trying to find a solution to a current problem that I am having. I will go through my process step by step: First I created a new folder named [project name] Next I
stackoverflow.com
Git - 캐시(Cache) 삭제 방법 및 상세 설명
Git - Cache 삭제 설명 Git을 사용한 프로젝트 진행 중에 크리티컬한 문제는 아니지만, 신경쓰이는 두 가지 상황이 발생했습니다. 첫 번째 경우는 프로젝트와 관련 없는 private 종류의 폴더를 원격
niceman.tistory.com
git rm --cached . -rf
git add .
git commit -m "cache clear"
git push
반응형
'Git' 카테고리의 다른 글
git log 정지, 탈출 방법 (0) | 2021.03.30 |
---|---|
Pull is not possible because you have unmerged files (0) | 2021.03.23 |
Please commit your changes or stash them before you merge (0) | 2021.03.17 |
깃허브 커밋기록 안될때 (0) | 2021.03.08 |
git 레포지터리 이동하기 clone/mirror (0) | 2021.01.26 |