Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メッセージ付きのコミットがあります#1 an old message
#1 an old message
私が作った
git commit --amend -m '#1 a new message' # to change commit message git push origin +master:master # to force the update
次に、Github issue #1 に両方のメッセージが表示されます。
これは git または Github の問題ですか?