この文書の現在のバージョンと選択したバージョンの差分を表示します。
次のリビジョン | 前のリビジョン | ||
git:コミットをまとめる [2019/02/09 13:05] ips 作成 |
git:コミットをまとめる [2019/02/09 13:37] (現在) ips |
||
---|---|---|---|
ライン 1: | ライン 1: | ||
- | ====== コミットをまとめる ====== | + | ====== コミットをまとめる(rebase) ====== |
+ | |||
+ | rebaseは要するに、連続でチェリーピックしているだけのようだ。 | ||
git rebase -i (--interactive) | git rebase -i (--interactive) | ||
ライン 11: | ライン 13: | ||
[[https://qiita.com/KTakata/items/d33185fc0457c08654a5|git rebase についてまとめてみた]] | [[https://qiita.com/KTakata/items/d33185fc0457c08654a5|git rebase についてまとめてみた]] | ||
+ | |||
+ | [[https://qiita.com/panti310/items/e0ec74b47c6c219f2a8b|git rebaseを初めて使った際のまとめ]] | ||