4
github:既存のプルリクエストにコミットを追加する
Fork&Edit this file fileボタンを使用して、githubのrailsリポジトリへのプルリクエストを開きました。 さて、PRに関するフィードバックを受け取った後、さらにいくつかのコミットを追加したいと思いました。これが私がやったことで終わったことです $ git clone git@github.com:gaurish/rails.git #my forked repo $ git rebase -i 785a2e5 #commit hash of my commit using which PR was opened $ git checkout patch-3 #branch name I had to send my commits under to be shown in that PR $ git commit -am …