[Git] git pull -- 명령어를 수행할 수 없는경우

 

 "refusing to merge unrelated histories"

From https://github.com/SeokRae/boostCourse
 * branch            master     -> FETCH_HEAD
 + 4dfccdd...889581d master     -> origin/master  (forced update)
fatal:  

- pull 명령어에 추가 파라미터 필요

git pull origin master --allow-unrelated-histories

+ Recent posts