Git Merge vs Git Rebase for Beginners

preview_player
Показать описание
00:00 - git merge
12:37 - git rebase
In Git there are 2 ways to integrate changes from one branch to another
git merge
git rebase

git merge
- Is a non-destructive operation
- Existing branches are not changed in any way
- Creates a new merge commit in the feature branch

git rebase
- Moves the entire feature branch to begin on the tip of the master branch
- Re-writes the project history
- We get much cleaner and linear project history

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ PROGRAMMING ------------

------------ IDE ------------

------------ MAVEN ------------

------------ OTHERS ------------

Keep Learning,
Raghav

You can support my mission for education by sharing this knowledge and helping as many people as you can.
Рекомендации по теме
Комментарии
Автор

00:00 - git merge
12:37 - git rebase
Thanks for the video ❤❤
If possible plz pin this comment for the time stamps

abhishekravoor
Автор

Very Impressive, So beautifully explained. I searched a lot, finally I got the right one. Thanks a lot.

nishantable
Автор

Since 5 years I am trying to understand get merge and rebase but today after witching you vedio I understand. Thanks alot sir

archanaallur
Автор

Absolutely blown away by your educational content, Raghav! 🚀 Clear explanations, well-chosen examples – making learning a breeze. Your work is expanding my knowledge. Keep the outstanding content coming! 🌟💻📚

jaminDNB
Автор

so far, one of the best videos which explains everything in such an easy manner and with proper hands on for comparing between merge and rebase. Thanks Raghav! You're a savior . More power to you bro !

umangsharma
Автор

I never seen such clean a explanation absolutely master class

Vk_r
Автор

the best video of git rebase vs git merge all over internet until now!

abhishekbhattarai
Автор

best tutorial on the topic. once and for all I am clear on this topic. thank you!!!

michaeli
Автор

Thanks Raghav, Explained in very simple way. Easy to grasp!!

himakardk
Автор

Thank you for that video! I finally understood the concept of git rebase.

TheDilianavn
Автор

watched 3-4 videos on git merge vs git rebase, got ur video, got total work of

nitinrawat
Автор

One of the good and clear explanation video about merge and rebase. really thank you for that.

sunnytekiprofile
Автор

Thanks bro, never seen such a good explanation, easy to understand. keep up the good work!

akhror-oshie
Автор

Really really really mind blowing explanation. Seen other videos but couldn't understand. Well done bro

rajbir_singh
Автор

After searching a lot of tutorial, finally got this, nicely explained from scratch.

rahulsarma
Автор

the best explation so far, finally I got that, after watching tens of other youtubes, thanks a lot :)

kianaparsi
Автор

Well done and great patience in your explanation. Thank you.

elihujones
Автор

Thank you for such a beautiful presentation

anirvansen
Автор

I finally got the difference, Thank you for such a clear explanation.

nitinvishwakarma
Автор

This is one of the best video on youtube to understand Git Merge Vs Git Rebase !❤

MayureshSadhale