Git Github Tutorial 10: What is Pull Request?

preview_player
Показать описание
In this git github tutorial, we will learn what is pull request and step by step guide on how to create and merge pull request. Pull requests have become very famous as github popularity is touching the sky. It provides a way to contribute to other people's code.

Рекомендации по теме
Комментарии
Автор

Great tutorial. There was a problem with the code that Brangelina was writing, however. They wrote: if hungry == "yes" and hungry == "y", which is a contradiction. It can never be True. The correct code would be: if hungry == "yes" or hungry == "y".

jdcnihefnhuebh
Автор

imo the clearest tutorial, the split screen approach works very well.

zss
Автор

Outdated! Angelina and Brad no longer will share their code :(

fluck
Автор

Very clear and nice tutorial.

Angelina and Brad have written "and" instead of "or", or even better, they should have written: if answer in {"yes", "y", "Y"}. Due to this mistake, they never ate samosa together, leading to the consequences that we know...

mamiemando
Автор

In 2 days, I watched almost 20 videos of yours. Your way of implementing the things so simply, is what I was looking for 2 years. Thanks for making everything so clear. 🙌

rishikagoyal
Автор

lol you actually made two github accounts with these names :D. Funny... Thanks a lot for the whole series, very useful.

ojasio
Автор

Brad and Angelina "want to do a collaboration when it comes to programming as well" lol made my day

caballerofelipe
Автор

Thanks. This story-based tutorial makes for a very intuitive explanation.

ErikBongers
Автор

tutorial is amazing. the best so far. and it is ironic that people are not pointing at mistake of adding "and" instead of "or" for the idea to work.

toyly
Автор

Excellent. Simple and clear. It involves a great effort in creating these videos. We are just the consumers of the video. Thank you, Producer!

samarthurs
Автор

This GIT Series has the best low level basic understanding of Git and all its commands, thanks for making these videos, so much informative and simple to understand. Thank u for your effort in making these awesome video series.

trashantrathore
Автор

This is the best pull request video on youtube. So easy to understand. thank you.

rahul_bali
Автор

Thank you for making this playlist it clears my all problems..

keen
Автор

wow ! the split screen to show perspective of both users was awesome dude!! Thanks it helped a lot!

maxxinmaze
Автор

Brad forgot to reject the change because the conditional should have been:


if hungry == "yes" or hungry == "y":


hungry == "yes" and hungry == "y": will always be False, the variable hungry can't be two values at the same time.

sydlogan
Автор

Greetings from South Africa! Your teaching skills are top notch, thanks man!

shaunbrassell
Автор

Excellent the way of explanation .. this is the reason why i recommend your videos to the people... your doing your tasks from your heart

rameshthamizhselvan
Автор

Machine learning tutorials with exercises:

codebasics
Автор

Thank you. I needed this quick tutorial on pull requests since some of the pull request videos on YT are outdated. Nice job!

successfulpodcast
Автор

Thank you. This vid helped me a lot for my first fork and pull request.

kobaltauge