Here are two fundamental and very important concepts in #Git which many people still don't understand the difference.
A Git Merge creates a new commit and brings in all the changes from the feature branch into the main branch.
A Git rebase creates a new commit for each of the commits found in the feature branch. It has a linear commit history but can be dangerous at times if not properly used. Advisable not to use in public branches.
#shorts #git #versioncontrol
На этой странице сайта вы можете посмотреть видео онлайн Git Merge Vs Git Rebase длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Nathan In Action 08 Июнь 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 44,120 раз и оно понравилось 891 зрителям. Приятного просмотра!