github 폴더 화살표 현상

2021. 1. 3. 16:51Git

반응형

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

 

niceman.tistory.com/114

 

Git - 캐시(Cache) 삭제 방법 및 상세 설명

Git - Cache 삭제 설명 Git을 사용한 프로젝트 진행 중에 크리티컬한 문제는 아니지만, 신경쓰이는 두 가지 상황이 발생했습니다. 첫 번째 경우는 프로젝트와 관련 없는 private 종류의 폴더를 원격

niceman.tistory.com

 

git rm --cached . -rf

git add . 

git commit -m "cache clear"

git push

반응형