Git - Merge a Branch

preview_player
Показать описание
Learn how to merge branches in git
Рекомендации по теме
Комментарии
Автор

Thanks Ian. I am a Studdent of Web developer Bootcamp and your videos helped me a lot to understand many things and this one for git is also very good. Consider my Thanks.

YogeshKumar-iwwo
Автор

Thanks Ian. Needed a refresher on this because so far I've just been pushing to master all the time with the YelpCamp project!!! Gonna try out branching by adding some new features to the website

blake
Автор

15 th video is what i was expecting for : understood it very well thanks to colt

vigneshram
Автор

Many thanks to you Ian for making these videos! They are really helpful!

nikitajiandani
Автор

what happens if the file with the same name is edited in different branches then branches merge? How is that conflict being resolved? By newer date?

idancesport
Автор

For a more minimalistic view of commits use : git log --oneline

konstantinosnikoloutsos
Автор

I tried making the same file in both branches(master, feature1). And when I tried a merge the two, It included both contents in the file with some notations on it.

jinwookkim
Автор

Ian, could you do one showing how to manage a merge when lots of changes have been made in the master branch and the feature branch? For example, if changes had been made to master branch routes and app.js file.

AaronHenray
Автор

Thanks Ian for these videos! How could we use Git on the Yelpcamp project?

yggdrasill
Автор

Should we be aware of what we're naming the files in the different branches. If I'm updating app.js should it be named something different in feature1?

christyfocus
Автор

Every time I use git log, I encounter this (END) word. I have to open up a new terminal or use q to back out of it. But then I cannot see my last commit. How can I get out of this?

jennybarrett