2013-12-16 gitでpull(fetch) 専用のremoteを登録する方法 git tips Advent Calendar 2013 gitでリポジトリをforkした時に,fork元のリポジトリを追いかけたいっていう事があった. でも,間違ってpushしたくないので何とかしたい. そんなときには,pull(fetch)専用のremoteを登録するといい. git remote set-url --push origin no-pushing 参考 Git: Set up a fetch-only remote?