diff --git a/git-foundation/git-squash.html b/git-foundation/git-squash.html index 7d3d7f7..5f5e842 100644 --- a/git-foundation/git-squash.html +++ b/git-foundation/git-squash.html @@ -22,6 +22,12 @@ console.log('commit 9'); console.log('commit 10'); console.log('commit 11'); + console.log('commit 12'); + console.log('commit 13'); + + console.log('commit rebase4 1'); + console.log('commit rebase4 2'); + console.log('commit rebase4 3');