Understanding Git Cherry-pick - How to Use - Hindi / Urdu Tutorial [#7]

preview_player
Показать описание
----------------------------------------------------------------
Watch My Other Videos on Git and Github
----------------------------------------------------------------
Learn Git & Github Basics [ Part #1 ] - Hindi / Urdu Tutorial

Learn Branches in Git & Github - Hindi / Urdu Tutorial Part#2

Filter commit history with git log command - Learn Git & Github Basics [ Part #3 ]

Learn Stash Command - Learn Git and Github - Part #4

How to Stash chunk of code - Hindi / Urdu Tutorial [#5]

Understanding the GitHub Flow - Hindi / Urdu Tutorial [#6]

In this Tutorial, we are gonna learn about Git Cherry - Pick which allows you transfer commit from one branch to Another which is very useful if you accidentally commit into the wrong branch
Рекомендации по теме
Комментарии
Автор

Hey, I have a question tho,

I have three branches named master, foo and bar. foo and bar both branches are created with master branch. When I make changes in foo(a very minor on which is very important for bar too) I want the same changes to be applied to bar and vice versa.

I think, I can do merge and rebase but merging is long way to go. I don't want master to be affected, just foo and bar.

dhavalsavalia