From 210744d433802c4617a7b27288f496512fc11431 Mon Sep 17 00:00:00 2001 From: Narendra Pareek Date: Fri, 11 Jun 2021 15:59:54 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48b5050..37b9efe 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [A Git Choose Your Own Adventure](http://sethrobertson.github.io/GitFixUm/fixup.html) - I never found a git tutorial I didn't understand while doing it. Just sometimes those tutoars didn't line up very well with my actual work. This git help in the form of a choose your own adventure was a life saver when I was fisrt starting out. * [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html) - fairly comprehensive guide to recovering from what you did not mean to do when using git * [Deconstructing a git commit](https://krishnabiradar.com/blogs/deconstructing-a-git-commit/) - A blog explaining how git creates and stores commit histories. +* [Git merge vs. Git Rebase: What's the difference?](https://www.loginradius.com/blog/async/git-rebase-vs-git-merge/) ## Style Guide *Style guide when you work with git*