How to Create and Apply Git Patches

preview_player
Показать описание

I don't use Git patches a lot but it's helpful tool to know in the event that you need to share changes outside of a repository.
Рекомендации по теме
Комментарии
Автор

So useful. I din't know that git feature. Thx a lot.

opelman
Автор

You indeed did a great job.. wonderful explanation.. Thank you so much !

lopintipriya
Автор

Thanks for the video! would be nice if there was a part describing how to handle conflict resolution and those *.rej files.

nsheroz
Автор

When will choose to use git patch over git cherry-pick?

Thanks

yoavk
Автор

Thank you very much, nice explanation

rtlinsn
Автор

Can anyone give me the URL for the previous video Cherry-picking mentioned here? I can't find it

LOrealHardly
Автор

What is missing in this tutorial is how to modify the patch file to include just some of the changes that the commit contained. Which is what I was looking for...

karolbielen
Автор

3:05 is there no way to exit that other than closing??

nomealow
Автор

Lol "really messed up the content and markup and you really don't want to apply this commit to a production branch"

mattsupertramp
Автор

Nice video, but the concept isn't too helpful ... especially since cherry-pick is easier to understand/do.

malharjajoo