No video

Git Pull Requests explained - Computer Stuff They Didn't Teach You #5

  Рет қаралды 81,071

Scott Hanselman

Scott Hanselman

Күн бұрын

Пікірлер: 145
@KenanCasey
@KenanCasey 4 жыл бұрын
I’d love to hear your explanation of merge vs rebase.
@andersborum9267
@andersborum9267 4 жыл бұрын
I agree with this suggestion. The rebase part always came across as a quite dangerous command and I’d like to learn more about it.
@diegogarber1
@diegogarber1 4 жыл бұрын
Upvoting!
@mAcCoLo666
@mAcCoLo666 4 жыл бұрын
I second this one
@muteza
@muteza 4 жыл бұрын
Go go go!
@orney21d
@orney21d 4 жыл бұрын
upvoting this
@jamers.99
@jamers.99 4 жыл бұрын
I've done git for years and I know it like the back of my hand, but I still watched this, not sure why :D Scott's just too good!
@Manbearpiet
@Manbearpiet 4 жыл бұрын
Same here, guess I expect to learn something anyway :).
@nikfp
@nikfp 4 жыл бұрын
This is pure gold! Scott, you are the Bob Ross of programming. Big concepts come through but you make it look and feel easy and make it understandable, and your tone of voice pace of teaching are just right to make sure it sticks in the grey matter. I would gladly pay for this material and you have it presented for the cost of watching a 20 minute video. Thank you! You have an upvote and a new subscriber!
@ArnabDeveloper
@ArnabDeveloper 4 жыл бұрын
This video is about pull request from a maintainer perspective. Please make a video about pull request from a contributor perspective. Suppose I forked a repo and clone it in my local machine. After that create a new branch to start coding. In this time my local git repo's remote will be my forked version. How to create an upstream remote to the original repo so that I can pull changes made in the original repo while I am working on my forked version?
@KameleonKraft
@KameleonKraft 3 жыл бұрын
you teach the stuff in the simplest way and I've learnt a lot from you. thanks a lot...
@ok_tim
@ok_tim 4 жыл бұрын
This is an amazing tutorial. As a git newbie I appreciate and look forward more.
@softshells
@softshells 4 ай бұрын
Thanks Scott- it’s always a pleasure to listen to you. I learned something new today!
@cattykid
@cattykid 4 жыл бұрын
Scott you're the man the way you explain git in these 2 videos are value than a whole course . Thank Bro made it so much clear now .
@KingKong-bn3hp
@KingKong-bn3hp 3 жыл бұрын
I used git for years, this is the best explanation of 'Pull Request' that I've ever heard. Easy to understand, intuitive... Superb!!
@kuruptgt
@kuruptgt 2 жыл бұрын
One of the best 20 minutes I've spent learning about the confusing parts of git pull. Subscribed and thank you.
@ManuelFabbri08
@ManuelFabbri08 4 жыл бұрын
Thank you Scott. PS: I'm Italian and I usually use english subtitles. While I was watching this video, after a while I realized that I didn't activate them and I was just listening :)
@pabloide86
@pabloide86 4 жыл бұрын
Thanks Scott!! I love these videos because even if you already know this stuff you also learn how to transmit that knowledge!! It is really hard to teach and this serves as a guide on how to approach it!! 👏
@agarwalpeeush
@agarwalpeeush 4 жыл бұрын
Thanks Scott for another git video. I learnt about PullRequests and what's going behind when we pull/review/merge requests in the repository from another user. 👌
@mwonsil
@mwonsil 4 жыл бұрын
Excellent. Great to see both the command line and what the "short cuts" do.
@JamieWillisRose
@JamieWillisRose 4 жыл бұрын
Very helpful. Git and GitHub has been a bit of mystery to me, but your videos are very easy to follow. Much appreciated.
@ricardomlourenco
@ricardomlourenco 4 жыл бұрын
I never understood the fork thing! Thank you very much for the video! I love how you explain how to do it on command line. Thanks!
@indylawi5021
@indylawi5021 3 жыл бұрын
As always, great job explaining the nitty-gritty of Pull request with clarity. Thanks a lot, Scott!
@christophergrow
@christophergrow 4 жыл бұрын
Thank you so much. As an ex TFS user and GIT newb, this was super helpful.
@RajeshDuggal
@RajeshDuggal 4 жыл бұрын
Excellent video! It's a good idea for people learning the concept of "git pull", to understand that it's doing a git fetch followed by a merge.
@fexofenadinaGenerica
@fexofenadinaGenerica 4 жыл бұрын
Awesome tutorial. Never got to learn properly about pull requests until now.
@julioribeiro1909
@julioribeiro1909 2 жыл бұрын
Daam!! for the first time I really understand what I'm doing when (poorly) using Git. Thanks, man. Very didactic, the way I appreciate as someone who loves to teach others too.
@vlplbl85
@vlplbl85 4 жыл бұрын
You explain everything very clearly. It's a pleasure to watch.
4 жыл бұрын
It’s so great to see that this guy has a great teaching skills. Understanding him is so easy. Everything makes sense.
@sojourner5294
@sojourner5294 Жыл бұрын
Excellent work ; clear , concise explanation with just the right depth for newbies and experiencedies looking to renew their knowledge ! Thanks so much !
@paulhart8971
@paulhart8971 3 жыл бұрын
Thanks for the great videos, particularly these about Git. You have been able to net out the information I need to get started and productive while giving me enough understanding to get more in-depth info should I want/need it.
@prasad_yt
@prasad_yt 4 жыл бұрын
Scott, you have a great skill to simplify ...born teacher !
@paulhumphreys7309
@paulhumphreys7309 4 жыл бұрын
Thanks Scott! Starting to clear the cobwebs of using Git again. :)
@vladchendev6195
@vladchendev6195 2 жыл бұрын
Awesome Git series Scott! You make things easy to comprehend. I really appreciate you calm manner of going over all the tiny aspects. Keep up with the great work on your channel;.
@richardcrouch2054
@richardcrouch2054 2 жыл бұрын
Great tutorial for beginners - love the great explanations without dropping into unnecessary git-speak
@sarcasmasaservice
@sarcasmasaservice 4 жыл бұрын
Thanks Scott! I really hope to see more videos on git. Specifically, an explanation of rebasing and stashing. Also, a video on using git as part of the code review process - performing reviews of PRs and commits to branches before they are pulled into main - would be very much appreciated.
@kennethbrannigan4651
@kennethbrannigan4651 4 жыл бұрын
Great video Scott. I have used TFS for years and just started to learn Git so that we can migrate from TFS to Git in the near future. These videos have been very helpful to get my mind wrapped around how Git works.
@Aweklin
@Aweklin 4 жыл бұрын
I didn't know what Fork means before watching this video. Thanks for this great explanation, Scott!
@AdalbertoHernandezVega
@AdalbertoHernandezVega 2 жыл бұрын
Excellent series! The simplest way to explain Git indeed! Thanks a lot Scott.
@rmatien
@rmatien 4 жыл бұрын
I just learning git and you're video make it easier. Thanks Scott
@daStitches
@daStitches 4 жыл бұрын
Thanks for these videos! Perfect timing since I spent part of this last weekend learning git, or at least some of the basics and this was a great way to reinforce what I lean along with helping with some of the concepts!
@stevekent
@stevekent 3 жыл бұрын
Thanks for taking the time to do this!
@dylanhall5305
@dylanhall5305 2 жыл бұрын
Great refresher of git basics. Well explained! If only we could have a tool like git for real life, we would be able to revert to 2019. We could squash all of 2020 , cherry pick the good parts of 2021 and have a patch ready for 2022
@mesh3al32
@mesh3al32 4 жыл бұрын
couldn't find an easier explanation, you did an awesome job explaining Git! many thanks :)
@thesuperiorman8342
@thesuperiorman8342 3 жыл бұрын
Thank you Scott. You make things so simple.
@pandie_me
@pandie_me 4 жыл бұрын
There videos have been seriously helpful! I've been tied to relying on the likes of GitKraken, but understanding how this works on the cli has been something I've wanted to learn. Your way of teaching it has surpassed all others, and I can't thank you enough. :)
@arnay07
@arnay07 4 жыл бұрын
Thanks Scott really well explained. You are a great teacher
@GlennFaulkner
@GlennFaulkner 4 жыл бұрын
This is a great video, still a newbie to coding and Git and this and the previous video have been Very helpful thank you
@HarshBaidJ
@HarshBaidJ 4 жыл бұрын
Now I'm waiting for your next video on git rebase. Your way of explaining is really good. It puts the thing in right place in my mind 👍
@vmamore
@vmamore 4 жыл бұрын
Amazing series Scott, please continue, thanks!!!
@AbdulMannan-jz7zm
@AbdulMannan-jz7zm 4 жыл бұрын
Thank you Scott great series. looking forward to seeing FF merge and rebase stuff.
@piotrn2491
@piotrn2491 4 жыл бұрын
I think we should all say 'thank you' to Maggie.
@MahaPSaranu
@MahaPSaranu 4 жыл бұрын
This is one git tutorial that I can understand easily. Thank you so much.
@AerroReyna
@AerroReyna 3 жыл бұрын
There is not mistakes, only happy pull request, the Bob Ross of computer stuff xP
@henryallsworth
@henryallsworth 4 жыл бұрын
This is great. I like your approach to presenting and explaining. More Git please!!
@RussellRiker
@RussellRiker 4 жыл бұрын
Would also love too see rebase vs. merge. Working with stashes and Tags. Please and thank you. Great video's.
@jwalkerjr
@jwalkerjr 4 жыл бұрын
Thank you, Scott! This will be so helpful to so many people!
@ArnonDanon
@ArnonDanon 4 жыл бұрын
You are super awsome scott. Thank you so much for the effort you put.
@indylawi5021
@indylawi5021 4 жыл бұрын
As always, great job with the explanation. Thanks, Scott!
@FilipCodes
@FilipCodes 3 жыл бұрын
This channle is a knowledge gold mine
@omerozdemir1395
@omerozdemir1395 4 жыл бұрын
your videos are like asmr but with education
@visasimbu
@visasimbu 4 жыл бұрын
Nice video... Eagerly waiting for squash and rebase video
@mkhulekeleni
@mkhulekeleni 4 жыл бұрын
Thank you Scott, your videos/lesson are amazing.
@usamesavas9848
@usamesavas9848 3 жыл бұрын
A teacher who makes sure that you understand.
@kensearle4892
@kensearle4892 4 жыл бұрын
Thanks! I vote to keep going with the Git videos (if you have time). Seeing day-to-day, real-world type scenarios is helpful. Things like how a dev team handles merge conflicts when working on multiple feature branches or how code reviews can be done locally prior to committing to the main (master). Great Videos! Much appreciated.
@babakbahrami3384
@babakbahrami3384 4 жыл бұрын
Thanks Scott, another great explanation 👍
@eriknagel3488
@eriknagel3488 2 жыл бұрын
You beamed me up, thanks!
@dalchemistt7
@dalchemistt7 3 жыл бұрын
This, as well as the previous video are so amazing. I have been using using Git for past few months and have heard about branching and pull requests - but they always felt scary for some reason. So I simply did add, commit, push - that's what all Git was to me. These videos really showed me how useful these features are. I am already thinking of ways they can enhance my workflow. Can these be used as effectively with Jupyter Notebooks as with regular Python scripts though 🤔. Thank you so much...:)
@mmansouri7690
@mmansouri7690 4 жыл бұрын
I'd love to hear more about github, PR templates, compulsory PR reviews and actions
@frankhaugen
@frankhaugen 3 жыл бұрын
I believe in friendly names, so the suggested main branch name in GitHub should be a random first name. "Merge your branch into Lisa", (or Bob), would be more fun to say than "main" XD
@disouzam_bh
@disouzam_bh 2 жыл бұрын
Nice and accurate as always, Scott! Thanks!
@sreerajpj
@sreerajpj 4 жыл бұрын
Thanks Scott. Theses videos are very helpful
@manolovalenzuela
@manolovalenzuela 4 жыл бұрын
I posted this in the wrong video... funny because is to ask you "how to undo things XD", I'll share it here, where it belongs. Hi Scott!! It would be very useful if you explain how to "undo things" at the different levels. I mean, back to the state the code was before execute "git add", before "git commit", before "git push", how to fix mistakes when is already merged in the upstream, how to remove things from the history of upstream (e.g. when accidentally you upload a secret). Thank you!!
@isamelbousserghini
@isamelbousserghini 4 жыл бұрын
excellent video, your style of explaining makes complex things easy, Thanks a lot
@cdm297
@cdm297 3 жыл бұрын
your explanation is simply awesome :-)
@fpenarru
@fpenarru 4 жыл бұрын
Thank you very much for your channel, Scott!. Your explanations are very clear, and I appreciate your disposition to help other people. Keep going, please! :-)
@comichero853
@comichero853 4 жыл бұрын
I wish you make 100 -1000 $ from KZfaq per month. You are doing good work. Thanks for all of this.
@a-r-m-i-n
@a-r-m-i-n 2 жыл бұрын
"Fast Forward only" strategy saves you a lot of mess in your git log! No matter if you use pull requests or git natively.
@brad2cc
@brad2cc 4 жыл бұрын
Hi Scott, Would you be able to make a video on using a single static instance of the HttpClient in a C# application and in particular, cover off how numerous async methods can apply their own different settings (timeouts, headers, auth) without impacting each other? Can this be done? Would appreciate it. Thank you for the great content !!!
@enzocardeal
@enzocardeal 4 жыл бұрын
Hi Scott, fist of all, thank you for sharing with us, newbies, your knowledge! Do you think regex is a good topic for a next video?
@nickpennisi2022
@nickpennisi2022 3 жыл бұрын
@scott, love your videos man!!! Keep 'em comin! Thank you!
@DukaSoft
@DukaSoft 4 жыл бұрын
This is awesome.. Thanks for the newbie friendly tutorial :)
@shahbaazshareef5900
@shahbaazshareef5900 4 жыл бұрын
Hi Scott , thanks for making this git series. i'd love to know your take on git branching model or Gitflow workflow. i want to learn how it's applied and works in production. An explanation video would be great
@srinip9690
@srinip9690 4 жыл бұрын
HI Scott ,excellent video ,really helpful .Just one quick question ,after maggie forks branch and makes change ,how does she send pull request for you to review ?
@cyberphox1
@cyberphox1 3 жыл бұрын
Excellent tutorial, subscribed!
@sanjeev-shrestha
@sanjeev-shrestha 4 жыл бұрын
@scott both Git 101 and this pull requests were great vids. we are planning to move from TFVC to git in near future and one thing we are struggling or trying to understand is the branching strategy. could you do one of your future videos regarding your recommended branching strategy?
@iamdedlok
@iamdedlok 3 жыл бұрын
Thanks Scott! Very helpful!
@alakerfn
@alakerfn 3 жыл бұрын
Thanks Scott, great video!
@manjitsinghyadav46
@manjitsinghyadav46 2 жыл бұрын
Extremely helpful, Thank you.
@MagicMindification
@MagicMindification 4 жыл бұрын
@scott could you also made some changes in the branch from maggie and commit it so she sees the commit ?
@MarkFolson
@MarkFolson 3 ай бұрын
Subscribed! Thank you for this video!
@Corrado49
@Corrado49 2 жыл бұрын
Nice content, thanks Scott
@odelljl
@odelljl 4 жыл бұрын
Great videos ... I've passed the first one on to several folks. I would love to introduce this video to teams I work with, but they are using Azure DevOps, and they don't use forks. I know git on Azure DevOps is passe (good luck finding Microsoft demos these days acknowledging it exists) but an alternate, dare I say "parallel" video using Azure DevOps would be awesome. Keep up the great work.
@d.s.h6629
@d.s.h6629 2 жыл бұрын
thank you Scott ! you deserve more than likes ! thanks again :)
@abdurrehman-bx1yo
@abdurrehman-bx1yo Жыл бұрын
Very Good
@davidszurovecz580
@davidszurovecz580 3 жыл бұрын
Great explanation. Respect.
@lefebvrexavier1404
@lefebvrexavier1404 4 жыл бұрын
Great tutorial and explanation
@salarghaffarian9745
@salarghaffarian9745 2 жыл бұрын
Awesome explanation!
@markkazdad381
@markkazdad381 4 жыл бұрын
Suppose Maggie deleted her branch because you have now incorporated her feature into main. What does she need to do to update her local copy of main? Does it depend on how she created her fork? Is it automatic, or will she need to row through some gears?
@trud811
@trud811 4 жыл бұрын
Goog topic, but can you focus on hard stuff? It is all quite clear and simple in your examples, but people are paying for 50$ for the Fork(git client), it will be interesting to know what is so hard to achieve in VS code that you need to pay 50$(quite a large sum) to solve a problem.
@hooktest8101
@hooktest8101 4 жыл бұрын
your videos are very helpful indeed . I just recommend if you can raise your voice a bit.
@itcloudguy
@itcloudguy 4 жыл бұрын
It`s just perfect tutorial! Thank you very much!
@vanBombi
@vanBombi 2 жыл бұрын
Super useful video. Keep going :)
@DaJungleDred
@DaJungleDred 4 жыл бұрын
Great stuff Scott thank you for sharing ✊🔥
@hskartono
@hskartono 3 жыл бұрын
Hi scott, i like your video. I have question, if i were in a feature branch, and i want to do a pull request, do i need to do a ```git pull origin main``` first to minimze conflict in pull request?
@kienphan6436
@kienphan6436 2 жыл бұрын
Very helpful. Thank you!
Git Rebase vs Merge explained - Computer Stuff They Didn't Teach You #6
24:32
Git 101 Basics - Computer Stuff They Didn't Teach You #4
33:50
Scott Hanselman
Рет қаралды 204 М.
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 36 МЛН
Fortunately, Ultraman protects me  #shorts #ultraman #ultramantiga #liveaction
00:10
Harley Quinn's plan for revenge!!!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 33 МЛН
Intro to GitHub - Commits, Issues, Pull Requests, Releases, and more
1:09:28
What is a pull request?
8:13
Codecademy
Рет қаралды 141 М.
Basic Home Networking 101 - Computer Stuff They Didn't Teach You #17
33:23
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,1 МЛН
How GitHub Actions 10x my productivity
8:18
Beyond Fireship
Рет қаралды 408 М.