From 01ed1d8ec2558962dea429931dec71d573c4ae57 Mon Sep 17 00:00:00 2001 From: Someshdiwan Date: Wed, 1 Oct 2025 00:36:29 +0530 Subject: [PATCH] fix --- Tips And Tricks/git.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tips And Tricks/git.txt b/Tips And Tricks/git.txt index 0c16971..f076335 100644 --- a/Tips And Tricks/git.txt +++ b/Tips And Tricks/git.txt @@ -82,5 +82,3 @@ So: Merge = “historical diary” (records exactly what happened). Rebase = “rewrite the story” (makes it look like you developed cleanly on top). ⸻ - -Want me to also sketch a real-life example with commit hashes (like abc123, def456) so you can see how git log looks different between merge and rebase? \ No newline at end of file