
Learn Git Branching
http://k.swd.cc/learnGitBranching-ja/
の 4−2 Juggling Commits の解き方を教えて欲しいです。
模範解答には
git rebase -i HEAD~2 git commit --amend git rebase -i HEAD~2 git rebase caption master
とあるのですが、
git rebase -i HEAD~2
を実行した時にコミットの選択を求められ、そこで何を選べば良いのかがわかりません...
回答1件
あなたの回答
tips
プレビュー