git 일반적인 오류 해결 방안 사용

404 단어 git.잘못계획Git
       
          :fatal: refusing to merge unrelated histories
        git pull origin master --allow-unrelated-histories
              :q      
.gitignore            :
        git rm -r --cached .
        git add .
        git commit -m 'update .gitignore'
          
                 
    git checkout -- 

좋은 웹페이지 즐겨찾기