Git and GitHub Beginner Tutorial 5 - Branching and Merging

preview_player
Показать описание
Git and GitHub Beginner Tutorial 5 - Branching and Merging
Today we will learn
———————————
1. What are branches
2. How to create branch
3. How to checkout branch
4. How to merge branch to master
5. How to delete branch (local and remote)
_________________________________________

Step 1 : Create branch
git branch “branch name”

Step 2 : Checkout branch
git checkout “branch name”

Step 3 : Merge new branch in master branch
git merge “branch name”

Step 4 : Delete branch
git branch -d “branch name” — delete from local
git push origin —delete “branch name” — delete from remote

________ ONLINE COURSES TO LEARN ________

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ JAVA ------------

------------ MAVEN ------------

------------ OTHERS ------------

------------ Follow ------------

You can support my mission for education by sharing this knowledge and helping as many people as you can.
Рекомендации по теме
Комментарии
Автор

I've watched about 3 videos on Git and honestly your tutorials are the only one where I understood it. You explain everything so clearly and at a great pace. I'm so glad I found your channel.

westfield
Автор

i really love how you add a little bit of repetition to your videos to make us use what we learnt. It also allows us to understand exactly whats going through in your head. good job well done keep up the good work.

jeremylam
Автор

I liked how you explained everything step-by-step and in a concise manner.

sammy-zosl
Автор

Raghav i had see more then 4 git videos from diffrent persons, but i understand now, thank you..

rohithdasi
Автор

Hi Raghav, Thanks for Tutorial. You explain in very simple way I understand all git commands properly.

vishalpathak
Автор

Simplest and best git tutorials for beginners. Good job, Raghav!! Keep posting. Thank you.

UmeshKumar-oxzp
Автор

Excellent tutorial, complete yet succinct and straight to the point. Thank you so much

andresyesidmorenovilla
Автор

I have watched so many videos for this, but i got from your video thank you so much

srinivaspklpkl
Автор

Your educational content, Raghav, is top-notch! 🚀 Clear explanations and well-chosen examples make learning a breeze. Thanks for expanding my knowledge. Keep the outstanding work coming! 🌟💻📚

jaminDNB
Автор

Hello Raghav, Thank you for nicely tailored Git, web services and Jenkins tutorials....

kirank
Автор

Manish...Thanks for Your hard work and uploading the stuffs for the Community, Really excellent and extraordinary explanation . Thank you Again..Now I can add my framework to git repository...Thank you

hmcutly
Автор

Clear and to the point. Great video to get started with Git Branching!

adityapatel
Автор

Hi Raghav, Your all 5 tutorial on git are awesome. First time i am able to understand git from your video. Thanks to post such awesome understandable video. Please keep it posted for further topics on git.

nileshghadge
Автор

please dont stop making videos.. u make concepts easy to understand

farnaazkauser
Автор

Your entire channel is very informative and precise. Much much regards to you Sir.

aditimenon
Автор

I am really a big fan of your style.Thank you uploading the videos

ramroy
Автор

Good job brother . Hats off to your way of simplifying the complex things and all your efforts.
Thanq very much for all your efforts

VijayKumar-eqou
Автор

Salute to your efforts. Awesome video for anyone to understand. Thanks!

ankitsethia
Автор

creating a new branch and checking out to it.... let's make the command more compact "git checkout -b new_branch"

OddBallTrails
Автор

It was really helpful. Thanks a lot for such great video.

nooreinfatima