6. Git Tutorial - merging commits into one - (git rebase and squashing)

preview_player
Показать описание
In this video you will learn how to merge #commits into one commit using the #git #rebase command and using #squash and #fixup.

(Sign-up now to get one FREE project forever 😘)

#github #version-control

Support the channel:

———————————————
Other useful Playlists
———————————————

———————————————
What I use
———————————————

#StayHome #WithMe #yoursTRULY #tutorial #howto #android
Рекомендации по теме
Комментарии
Автор

Thank you! This video genuinely helped me! Loved your explainations!

_sahildahat_
Автор

super simple and to the point. Great video

jonathanballoch
Автор

Thank you for your wonderful explanation

tharunsadula
Автор

Let say If I only want to pick selected commits not top 5 how I will do it??

I'm working in a organization where in one project daily 100 commits are happend, its very difficult for me to find my commits and sqash them, totally not feasible

Any idea how I'll open selected commits only in git rebase -i

balajeerocks
Автор

Great explanation thank you keeping going👏

lavanyabheemini
Автор

how to combine commit 'pushed' and 'locally' ?

saepudinepul
Автор

is the end the list of commits are the newest commits in interactive rebase?

harlanx
Автор

first thx, i do operation and it work without any issue but my github rep commits still same commits not merged why ? it wored only in local ?

ayokurdo
Автор

thanks for the help Sir!, you've forgot the "git push -f origin branch-name"

bgbncup
Автор

press ESC not working exit git rebase editor.

hoangheo
Автор

If Two users works in same local branch

First user - Did 1 commit
Second user - did 3 commits

Second user try to squash those last 3 commits into 1 commit - Successfully happening

Then First user takes the same branch for work, then the branch get splitted into 3 commits and also the squash commit (total 4 commits) and also show one more commit like (first user merge those things in this branch)

Is there any solution for this?

balans