-o <option>, —push-option=<option> Transmit the given string to the server, which passes them to the pre-receive as well as the post-receive hook. The given string must not contain a NUL or LF character. When multiple —push-option=<option> are given, they are all sent to the other side in the order listed on the command line. When no —push-option=<option> is given from the command line, the values of configuration variable push.pushOption are used instead.
git push -o 知らなかった
merge commit 作ったりすればいいけど,そもそも upstream に自分の変更を取り込んでもらうときは過去改変じゃなくて upstream の HEAD が根本になるように rebase してからパッチメール送ったり pull-req したりするもんだと思う
git、ゴリゴリ過去を改変してるけどこれコミット毎に署名したらできなくなるのかなあって思っています
git、ゴリゴリ過去を改変してるけどこれコミット毎に署名したらできなくなるのかなあって思っています