From a6d2c2c34ca79ed98b12aa12edbba64509697d24 Mon Sep 17 00:00:00 2001 From: tonynguyen Date: Thu, 22 Aug 2024 23:35:08 +0700 Subject: [PATCH] Final --- git-foundation/git-squash.html | 6 ++++++ 1 file changed, 6 insertions(+) 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');