Git rebase vs Git Merge

preview_player
Показать описание
Hi everyone! In this quick video, I will show you how to rebase your branch instead merging with master. By this way, your commits is going to be clean and allow you to track the development process easily.
Рекомендации по теме
Комментарии
Автор

This video is good. but please make a video that will get some conflicts while rebasing and expalin how to resolve those conflicts practially.
that will be helpfull to who are learning rebasing newly.
thank you for this video

chepurivinod
Автор

9:30 "Your branch is up to date with origin/main". then git pull: 1 file changed. So it wasn't up to date. How does this make sense?

theangrycoder