http://d.hatena.ne.jp/nishiohirokazu/20120416/1334548800
どう危険なのか。一言で言うと「ある人が行った実装を、別の人が無意識に削除してコミットする」という事態を引き起こす。
git pushできない
http://d.hatena.ne.jp/shokai/20101105/1288968082
pushするとこんなエラーが出る error: refusing to update checked out branch: refs/heads/master error: By default, updating the current branch in a non-bare repository error: is denied, because it will make the index and work tree inconsistent error: with what you pushed, and will require 'git reset --hard' to match error: the work tree to HEAD. error: error: You can set 'receive.denyCurrentBranch' configuration variable to error: 'ignore' or 'warn' in the remote repositorypush先のリポジトリで
git config --add receive.denyCurrentBranch ignore
めも