最近では、Linus Torvalds や Gitster から次のようなコミットをたくさん目にします。
Merge branch 'maint' of git://github.com/git-l10n/git-po into maint …
* 'maint' of git://github.com/git-l10n/git-po:
l10n: de.po: fix a few minor typos
また:
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upst… …
…ream-linus
Pull MIPS update from Ralf Baechle:
...
* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (22 commits)
MIPS: SNI: Switch RM400 serial to SCCNXP driver
...
フォーク(または「プルリクエスト」)をマージするために使用するgit remoteとgit checkoutとgit mergeについては知っていますが、そのようなメッセージを生成しません。なぜですか?そして、誰かがそれをどのように行うでしょうか(例を提供してください)?
PS: 私は Linus Torvalds のコミットなどのファンです。
PS:これは私がものをマージするために使用した方法です:
git remote add anotherremoot
git checkout -b anotherbranch
git pull remoteshortcut
...do tests...
git checkout master
git merge anotherbranch
git push
私が学んだ上記の例: http://viget.com/extend/i-have-a-pull-request-on-github-now-what