Did you know this about merge? #git #coding

preview_player
Показать описание
Use merge to integrate changes onto your feature branch without publishing your changes. Even though most of us use git merge to integrate our changes onto shared branches, try using it in reverse for a safe alternative to rebase.

#programming #learngit #shorts #git #rebase #merge #github #learngit #gitmerge #gitrebase #development #softwareengineering #programming #coding #versioncontrol #developer #technology #tutorial #stepbystepguide #gitrepository #vcs #programmingtips #codersofinstagram #codingcommunity #learnprogramming #softwaredevelopment #codingtutorial #gitexplained
Рекомендации по теме
Комментарии
Автор

I always worry this will make my PR super messy (ie. include all my changes + all other changes on mainline).

How does GH know to only include "my" stuff when it comes time to create the PR?

arithex