New Git Users Be Like...

แชร์
ฝัง

ความคิดเห็น • 635

  • @MrPSolver
    @MrPSolver  ปีที่แล้ว +878

    git commit -m "Subscribe for more Billy : ) "

    • @n3bul0n
      @n3bul0n ปีที่แล้ว +21

      Everybody: git is simple
      Billy: Where is my pen and paper?

    • @fernabianer1898
      @fernabianer1898 ปีที่แล้ว

      How about giving Frek a new tiny detail?
      He pushes people to subscribe to his YT channel anyways, so why not let him sneak in a link that's the exact same link needed to subscribe to your YT-Channel when ever he contributes some code to Billy or the company?
      Would be a nice and easy easter egg + there is certainly some people watching your videos who want to try the link when they spot it

    • @szilardfineascovasa6144
      @szilardfineascovasa6144 ปีที่แล้ว

      I just did, man. Quality!

    • @HomoErectusIsAFunnyName
      @HomoErectusIsAFunnyName ปีที่แล้ว

      Imbecile
      What kind of message is that?
      Listen, Child:
      The commit contains the following structural elements, to communicate intent to the consumers of your library:
      fix: a commit of the type fix patches a bug in your codebase (this correlates with PATCH in Semantic Versioning).
      feat: a commit of the type feat introduces a new feature to the codebase (this correlates with MINOR in Semantic Versioning).
      BREAKING CHANGE: a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type.
      types other than fix: and feat: are allowed, for example @commitlint/config-conventional (based on the the Angular convention) recommends build:, chore:, ci:, docs:, style:, refactor:, perf:, test:, and others.
      footers other than BREAKING CHANGE: may be provided and follow a convention similar to git trailer format.
      Additional types are not mandated by the Conventional Commits specification, and have no implicit effect in Semantic Versioning (unless they include a BREAKING CHANGE). A scope may be provided to a commit’s type, to provide additional contextual information and is contained within parenthesis, e.g., feat(parser): add ability to parse arrays.

    • @n3bul0n
      @n3bul0n ปีที่แล้ว +1

      @@HomoErectusIsAFunnyName Dude, this is supposed to be something funny... 🤦‍♂

  • @user-bh9vn3xv9i
    @user-bh9vn3xv9i ปีที่แล้ว +2733

    - Wait. What branch are you on?
    - The top one

    • @realdragon
      @realdragon ปีที่แล้ว +79

      True bird chad

    • @HibiTeamQueso
      @HibiTeamQueso ปีที่แล้ว +15

      Based

    • @dev_time
      @dev_time ปีที่แล้ว +3

      xDDD

    • @Love4Hardstyle
      @Love4Hardstyle ปีที่แล้ว +15

      Sounds like my first year of programming lol. It felt so complicated seeing all those branches but I was just making myself crazy and nobody could explain it in a calm way to me. Couple months later I got used to working on dev because I was the only one on the projects and I comitted without review to master straight away. Now at my New company we have at least 1 other guy checking the code and branch protection enabled. + I know how branches work now lol. Still have to start using terminal one day though because right now Im using github desktop.

    • @theseangle
      @theseangle ปีที่แล้ว +2

      @@Love4Hardstyleyeah you definitely should learn CLI (terminal), the earlier - the better

  • @thewalkthroughmaking
    @thewalkthroughmaking ปีที่แล้ว +2885

    I'm ashamed to admit that I actually gasped when I saw him typing '--force' XD

    • @rngesus8057
      @rngesus8057 ปีที่แล้ว +158

      pfft
      git add .
      git commit --amend --no-edit
      git push -f
      or gitfo

    • @thewalkthroughmaking
      @thewalkthroughmaking ปีที่แล้ว +122

      @@rngesus8057 Some people just want to see the world burn

    • @ImmacHn
      @ImmacHn ปีที่แล้ว +28

      That's a proper reaction.

    • @vanilla4064
      @vanilla4064 ปีที่แล้ว +11

      @@rngesus8057 at least use -force-with-lease 😭

    • @ihateidiots9484
      @ihateidiots9484 ปีที่แล้ว +30

      The problem is that git devs created the --force option and now tell everyone not to use it

  • @bobnobrain
    @bobnobrain ปีที่แล้ว +1735

    I like how Alan finds the birdpic even before it is actually pushed to remote

    • @zwykyziomek2570
      @zwykyziomek2570 ปีที่แล้ว +64

      Exactly why is nobody talking about this lmao

    • @h3nry_t122
      @h3nry_t122 ปีที่แล้ว +58

      My guy took his laptop

    • @cye2310
      @cye2310 ปีที่แล้ว +1

      @@h3nry_t122 spyware is actually God

    • @felipef1nn40
      @felipef1nn40 ปีที่แล้ว +15

      TeamViewer maybe lol

    • @filiformis
      @filiformis ปีที่แล้ว +35

      Alan is always coming over to Billy's desk and peeking at his screen.

  • @Excalibaard
    @Excalibaard ปีที่แล้ว +976

    Most believable part is where corporate decides that devs should keep track on paper (don't forget to include the 10 lines of code you're most proud of!)

    • @kosmonautofficial296
      @kosmonautofficial296 ปีที่แล้ว +3

      Yes hahahh

    • @zankaa8031
      @zankaa8031 ปีที่แล้ว +43

      Holy shit yes. One thing goes wrong with a piece of software and regardless of what the user did wrong the problem is always the tool that makes your job 100x easier instead of the person who doesn't know how to use it.

    • @johnpage4853
      @johnpage4853 ปีที่แล้ว +79

      We once had a really old school coworker. He was probably already coding, when computers still were the size of houses and had like 2 bytes of memory. Every time he finished a task, he would print out the source code and marked the lines he changed with a text marker. I'm not making this up xD

    • @kosmonautofficial296
      @kosmonautofficial296 ปีที่แล้ว +1

      @@johnpage4853 wow haha

    • @Eternal_Otter
      @Eternal_Otter ปีที่แล้ว +18

      @@johnpage4853 Well that's what I like to call "stuck in time". He probably was used to do that back then.

  • @Quid231
    @Quid231 ปีที่แล้ว +1506

    Alan: ''We'd rather have you compute the sum of the first 10 integers cubed, not squared.'' Billy: ''Fine, might take me another week tho.''
    Spoken like a true programmer.

    • @sanderdejong66
      @sanderdejong66 ปีที่แล้ว +16

      And it will take him a month

  • @xZaapKaT
    @xZaapKaT ปีที่แล้ว +534

    the shregory and billy dynamic is too elite.

    • @szilardfineascovasa6144
      @szilardfineascovasa6144 ปีที่แล้ว

      It's "3l33t", plz.
      Noob. (Shregory voice...)

    • @DrGandW
      @DrGandW ปีที่แล้ว +6

      Shregory is the yang to Billy’s yin

    • @szilardfineascovasa6144
      @szilardfineascovasa6144 ปีที่แล้ว +5

      I wonder is Shregory has anything to do with his love for sh, being a developer rockstar ("shredder") or it's just a subtle hint that he is a 6 feet 7 shredded 1000$ a day CEO sherdogger.
      Looking forward to seeing his character expanded.

    • @abuabdullah9878
      @abuabdullah9878 ปีที่แล้ว

      Yeah, Shreg is honestly a great mentor

  • @christianremboldt1557
    @christianremboldt1557 ปีที่แล้ว +715

    I actually learned Git through this video. I was sending ZIP Folders the entire time

    • @davidwuhrer6704
      @davidwuhrer6704 ปีที่แล้ว +25

      git mail is a thing. And so is git archive.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 ปีที่แล้ว +93

      I’ll give you a point for using .zip instead of .rar.

    • @itellyouforfree7238
      @itellyouforfree7238 ปีที่แล้ว +75

      @@lawrencedoliveiro9104 I'll take away a point for using .zip instead of .tar.xz

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 ปีที่แล้ว +33

      @@itellyouforfree7238 Don’t be like that. After all, you could lose one for not using zstd compression.

    • @gobble_gang
      @gobble_gang ปีที่แล้ว +4

      Holy shit me too 💀 I need git now

  •  ปีที่แล้ว +242

    The "I like branches" part cracked me up! LOL

  • @4everdex
    @4everdex ปีที่แล้ว +712

    I honestly don't get why there are no good super easy and understandable tutorials for git(hub). It always feels so complicated, even though it shouldn't be.

    • @tung-hsinliu861
      @tung-hsinliu861 ปีที่แล้ว +83

      Same feeling bro, been struggling since day 1 and couldn't find a single good tutorial, or maybe I am too dumb.

    • @arolimarcellinus8541
      @arolimarcellinus8541 ปีที่แล้ว +58

      Same here. Looking at git tutorial, feel so demanding just to understand the concept. Programming is already tricky, and they want to add it with git?? How can i teach it to a non IT people that just want to code something but don't like atrocities like Git?

    • @theseangle
      @theseangle ปีที่แล้ว +52

      There are good tutorials, y'all just lazy. But, alas, not one tutorial fits everybody similarly. Just take a day of your life and you'll get the concept. From there you just consolidate the knowledge, and google everytime you forget something
      Also, one word: Stackoverflow

    • @geowar20
      @geowar20 ปีที่แล้ว +43

      @@gp6763I used over a dozen software versioning systems over my 44+ years of software development career and never did I have as many problems as with git. Lost changes, lost files, lost time. And before you tell me I was “doing it wrong” I used github desktop which should have hid all the complicated (as in doesn’t actually do what you think they do) git commands behind a easy to understand GUI. I don’t know of any git user that hasn’t on occasion lost hours recovering from git destroying their work. Conclusion: git is an atrocity. TGI’m retired now and don’t have to put up with it any more. That’s one part of my job that I don’t miss.

    • @gp6763
      @gp6763 ปีที่แล้ว +49

      @@geowar20
      Use git with GUI => wonder why he loose file xD
      Yes, you were doing it terribly wrong.
      I can accept a junior using a GUI for a time. Not an experienced dev.
      If after 44 years of programming you are afraid of terminals there is a big problem. If you are not but your think using a GUI to control a command line tools is "a good way of doing things" there is an other big problem

  • @jblen
    @jblen ปีที่แล้ว +177

    I'm a comp sci student, first used git in a team project second year, then did a year in industry where I properly learned it and thought it was the best thing since sliced strings, vowed to use it even in my own fun projects, then promptly forgot everything and haven't used it since...

    • @XenoTravis
      @XenoTravis ปีที่แล้ว +6

      I did that with Linux till I got older and got another job where it wasn't used.

    • @ocwebdesigndev54
      @ocwebdesigndev54 ปีที่แล้ว +10

      the fact that your comp sci courses don't teach you version control is just such a facepalm

    • @jblen
      @jblen ปีที่แล้ว +4

      @@ocwebdesigndev54 they told us to use in that team project, and had a very brief 'heres where the docs are, go learn it yourself' speech, but yeah it could've used a lot more emphasis

    • @ocwebdesigndev54
      @ocwebdesigndev54 ปีที่แล้ว +9

      @@jblen To be fair you kind of have to do that in the industry lol. But you're paying them money so that's ridiculous

    • @fellowkrieger457
      @fellowkrieger457 6 หลายเดือนก่อน +1

      Don't worry, you will have to remember all of it when being hired. Cause everyone works with version control.

  • @jmckendry84
    @jmckendry84 ปีที่แล้ว +73

    I started using git a couple of years ago and it has (mostly) made my life a lot easier, however I've never managed to shake off the feeling that I'm using a very powerful tool that I don't fully understand and can cause me serious harm at the slightest accidental misuse.

    • @gadget00
      @gadget00 8 หลายเดือนก่อน

      why did it made your life "easier"? Were you there in the days of subversion? why is Git better than svn?

    • @soirema
      @soirema 8 หลายเดือนก่อน

      Same lol, especially whwn you use it as an artist :|

  • @n3bul0n
    @n3bul0n ปีที่แล้ว +172

    The problem solver: git push --force

    • @peter4210
      @peter4210 ปีที่แล้ว +46

      if all fails. Destroy the repo and make a new one

    • @NostraDavid2
      @NostraDavid2 ปีที่แล้ว +7

      Also "git reset HEAD~" (just imagine your waifu saying it, ludely)

    • @starknights101
      @starknights101 ปีที่แล้ว +1

      At the same time, a problem maker for the other members.

    • @Kkubey
      @Kkubey ปีที่แล้ว +1

      @@peter4210 Literally did that most of times. Since I was basically completely locked out of the whole project, I just made a new repo every time. After 3 years of trying, I actually gave up on getting it to work when working with others (which are students that also make plenty of mistakes themself). Although I will eventually have to work with it, but at this point I am afraid to try anything.

    • @sanderdejong66
      @sanderdejong66 ปีที่แล้ว

      There is no I in Team 😊

  • @DanRivlean
    @DanRivlean ปีที่แล้ว +28

    0:52 "You push. (edited)" is a nice touch 😉

    • @regiwiz
      @regiwiz ปีที่แล้ว

      I don’t get it. Why “(edited)”?

    • @greyshopleskin2315
      @greyshopleskin2315 ปีที่แล้ว

      Why edited?

    • @DanRivlean
      @DanRivlean ปีที่แล้ว +1

      If you've worked in an environment where you're supposed to push only when ready for others to review (because PR is up), you'd understand

    • @greyshopleskin2315
      @greyshopleskin2315 ปีที่แล้ว +1

      @@DanRivlean I don't understand what you said (I'm not native)
      My workflow is, I do something in a branch created from develop, I can push whenever I want, as much as I want. When I have finished, I create a PR and someone reviews it.
      I don't understand what you're saying.
      Could you explain it with other words? I'm curious

    • @greyshopleskin2315
      @greyshopleskin2315 ปีที่แล้ว +1

      One thing I like, is (as I'm working in a branch of mine) do a lot of small commits and when I finish, use rebase to combine, rename and reorder commits.
      My commits are a lot better since I do this.
      Also, it's possible to split commits, or move a portion of a commit to another

  • @CertifiedCatLover954
    @CertifiedCatLover954 ปีที่แล้ว +27

    The fact that Frek's changes were 'removes the three stars to make the code work you dingus' and that it was overwritten made me lose it

  • @ithinkimrishi
    @ithinkimrishi ปีที่แล้ว +184

    Only a true git wizard could get rid of the committed file had me dying. I never figured that out LOLOLOL

    • @eonstar
      @eonstar ปีที่แล้ว +2

      Restore?

    • @Ajx500
      @Ajx500 ปีที่แล้ว +35

      after git add .
      just run git minus .

    • @ItsChris33
      @ItsChris33 ปีที่แล้ว +8

      @Eleanor Bartle It picks it up, but it will still be in the commit history

    • @Ajx500
      @Ajx500 ปีที่แล้ว +6

      @@eleanorbartle5354 it's not talking about deleting a file, it's about removing a file from a commit to be unstaged. you can use git remove and then a regex or the full filepath/filename, but so many people are used to using git add . where . indicates to commit everything in the current directory, removing a single file is not initially familiar

    • @Ajx500
      @Ajx500 ปีที่แล้ว +8

      @@eleanorbartle5354 everything in this video could be looked up, sure. The fun is in looking back at how ignorant we once were.

  • @AzoozAlAhlawi
    @AzoozAlAhlawi ปีที่แล้ว +93

    "record changes on paper"
    Didn't know Billy and co worked at Twitter

    • @LC-hd5dc
      @LC-hd5dc ปีที่แล้ว +5

      nah twitter records changes _on twitter_

  • @jiriskala
    @jiriskala ปีที่แล้ว +22

    At the end, I thought Alan would say "We'll record changes using MS Word's track changes."

  • @akramsystems
    @akramsystems ปีที่แล้ว +69

    alas the daily struggles of beginners are pure gold content

    • @heck_n_degenerate940
      @heck_n_degenerate940 ปีที่แล้ว +6

      You find pleasure in my suffering ;-;

    • @aarav6891
      @aarav6891 2 หลายเดือนก่อน

      @@heck_n_degenerate940 I find pleasure in my suffering

  • @OnceSavedAlwaysSaved7
    @OnceSavedAlwaysSaved7 ปีที่แล้ว +29

    Alan “It’s perfect. Some of the best work I’ve seen!” Lololol

  • @wallysonruan
    @wallysonruan ปีที่แล้ว +159

    After a while using GIT:
    1. Awesome commit messages, clearer, conventions to help keep it small;
    2. Micro commits. Commit after every piece of feature;
    3. Trunk based is good, Trunk based is life (kudos to CI/CD pipeline).

    • @NostraDavid2
      @NostraDavid2 ปีที่แล้ว +15

      git add . && git commit -m "magic" && git push
      Handy for when you're trying to fix your Jenkinsfile. Alternative messages are: "gogogo", "fuck", "revert", and "retry".
      For context: our PRs get squashed after (before?) merging the code with master, so we can shit talk. It's great.

    • @Ultrajuiced
      @Ultrajuiced ปีที่แล้ว +3

      What do you mean by "conventions to help keep it small"? :)

    • @wallysonruan
      @wallysonruan ปีที่แล้ว +3

      Last team I joined we had a convention like "[number of the card] type-of-adjustment/resume-of-what-we-did"
      Ex.: [102] feat/Implemented-new-stuff

    • @TheEmolano
      @TheEmolano ปีที่แล้ว

      [UPDATE] Temporary Commit

    • @exnihilonihilfit6316
      @exnihilonihilfit6316 ปีที่แล้ว

      After reading about 750 pages of one Git book, I still have no idea what your last point is about. 😄

  • @neokirito
    @neokirito ปีที่แล้ว +54

    Thanks for this, your videos are the more coolest on programming mischief. Really well done and also so funny and real 🙃

  • @NostraDavid2
    @NostraDavid2 ปีที่แล้ว +32

    Shregory should've protected the master branch.
    Also, rename your vars in vscode with f2. Set cursor on var. Press f2. Type new name. Enter.

    • @futuza
      @futuza ปีที่แล้ว +12

      It was a policy from management that all programmers have equal access to the repos to "promote unity and shared company culture", he didn't have a choice.

  • @edberaga
    @edberaga ปีที่แล้ว +22

    Please keep making this programming video!! it actually motivates me to learn more and I actually did learn something in every Billy videos!

  • @AceAufWand
    @AceAufWand ปีที่แล้ว +9

    The boss requesting to work on paper at the end make me feel like someone saying: "Let's revert back to ligth by candle, because someone got electrocuted by putting one's finger in a socket" forgetting that using candle could make an entire city brun to the ground.

  • @coolreeb7361
    @coolreeb7361 ปีที่แล้ว +77

    This video teaches more DevOps in 4 minutes than my CS degree could in 4 years

  • @Proletariat-intifada
    @Proletariat-intifada 5 หลายเดือนก่อน +1

    I had a course in my uni that was pretty much leaning Git. At first I found it tedious and confusing but learning how absurdly helpful it is to work with a CVS made me fell in love with it.

  • @gorlix
    @gorlix 6 หลายเดือนก่อน

    i honestly love your dedication to this video, you actually made a pretty decent script

  • @lampham7874
    @lampham7874 ปีที่แล้ว +5

    the part git push --force is so true for me. I did that as a newbie and my team was like : where did our code go??

    • @crateer
      @crateer ปีที่แล้ว

      That's why you should never work on the same branch in parallel, else you are literally asking for issues like these which cost you way more time to resolve after all

  • @tigana
    @tigana ปีที่แล้ว

    the editing on this makes it pretty funny. you did a good job lmao

  • @Fawstah
    @Fawstah ปีที่แล้ว +8

    Just getting started with code- I relate to that bird on a spiritual level

  • @sneezydeezymcdeluxe7015
    @sneezydeezymcdeluxe7015 ปีที่แล้ว +12

    I only know a little bit about git but this was fucking gold. Please do more.

  • @Tivizzz
    @Tivizzz ปีที่แล้ว +3

    Fantastic. Easily one of the best video series on TH-cam.

  • @kokobusa
    @kokobusa ปีที่แล้ว +4

    I literally laugh the whole video. Thanks for making my day easier bro

  • @sigstackfault
    @sigstackfault ปีที่แล้ว +11

    My FRC team got scared every time they saw a git conflict and _made a new repo._ This happened like five times despite my efforts

    • @lot.bajrami
      @lot.bajrami ปีที่แล้ว +1

      😂😂😂

    • @gasun1274
      @gasun1274 ปีที่แล้ว +1

      jesus christ

  • @aj_abdel7113
    @aj_abdel7113 ปีที่แล้ว +100

    Git add -all
    Git commit -´´.´´
    Git push -force
    😂
    The best practice

    • @nervonabliss2071
      @nervonabliss2071 ปีที่แล้ว

      Explain --force

    • @janek4913
      @janek4913 ปีที่แล้ว +5

      @@nervonabliss2071 It ignores all conflicts and forcefully checks your code in which can lead to more serious problems later..

    • @somegaydog
      @somegaydog ปีที่แล้ว +1

      --force-with-lease 😔

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 ปีที่แล้ว +2

      Subtle one:
      git push upstream :«branch»
      The fact that there is nothing before that colon means the upstream branch is *deleted.*

    • @rngesus8057
      @rngesus8057 ปีที่แล้ว

      @@janek4913 not if ur on ur own branch

  • @meowmix23
    @meowmix23 ปีที่แล้ว +7

    git commit -m "." - I almost pissed myself from laughing so much

    • @nervonabliss2071
      @nervonabliss2071 ปีที่แล้ว

      Why "." bad?

    • @v0id_d3m0n
      @v0id_d3m0n ปีที่แล้ว +2

      ​@@nervonabliss2071 it tells the other people working on the project (or your future self) nothing about what you changed during that session of work. It's a useless message.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 ปีที่แล้ว +4

      git commit --allow-empty message -m ""

    • @Joneewars2
      @Joneewars2 4 หลายเดือนก่อน

      git commit -am "asdasadadsa"

  • @knights_limit
    @knights_limit ปีที่แล้ว +1

    These videos always make me lol 😂 Thank you for making them

  • @ollielynas5805
    @ollielynas5805 ปีที่แล้ว +9

    I normally do a big commit when I finish for the day and then like 10 smaller commits to fix small bugs I only just noticed

    • @greyshopleskin2315
      @greyshopleskin2315 ปีที่แล้ว +1

      I sometimes do the same. But I try to make smalls commits each day and when I finish, I use rebase to reorder, combine and rename commits. So much cleaner

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 ปีที่แล้ว

      Just one commit? I ask because normally you tend to work on a bunch of different stuff in a session, which might be more naturally grouped into multiple separate commits.
      Which is why Git requires an explicit “add” command for making commits, instead of assuming that you want to commit everything that has changed.

    • @LC-hd5dc
      @LC-hd5dc ปีที่แล้ว +1

      @@lawrencedoliveiro9104 time to pull out the next weapon in the beginner's toolbox: `git commit -am .`

    • @lukkkasz323
      @lukkkasz323 ปีที่แล้ว

      @@lawrencedoliveiro9104 Yeah, and in case of GUI git, where "add ." is usually automatic, just use stash.

  • @iwatchtvwithportal5367
    @iwatchtvwithportal5367 ปีที่แล้ว +10

    should have protected the master branch from force pushing in the first place, possibly for the dev branch as well

  • @luckylukeskywalker
    @luckylukeskywalker ปีที่แล้ว +6

    The most frustrating thing about programming team work is when people can‘t just code the way you agreed to but expect you to change your code nonetheless.

  • @naakiu
    @naakiu ปีที่แล้ว +2

    That was the best, and he didn't change the file name, details, loved

  • @szilardfineascovasa6144
    @szilardfineascovasa6144 ปีที่แล้ว +12

    This almost made me cry with laughter.

  • @blueberry_ghoul_repaints
    @blueberry_ghoul_repaints ปีที่แล้ว +7

    Such a good tutorial ty!😋

  • @cnk9822
    @cnk9822 ปีที่แล้ว +4

    Me when my bros push all the "Remove form commit" stuff for the 156th time:
    👁️ 👁️
    👄

  • @HibiTeamQueso
    @HibiTeamQueso ปีที่แล้ว +17

    This is painfully funny and accurate

  • @abhishekparmar4983
    @abhishekparmar4983 ปีที่แล้ว +22

    This guy just explained the whole git experience in one discord video😂

  • @neil_from_future
    @neil_from_future ปีที่แล้ว

    This is what a quick way to introduce to learn a new thing should be, I saw many of beginner mistake in this video that nearly every junior have.

  • @salKinthefirst
    @salKinthefirst ปีที่แล้ว +13

    I have to say I'm with Billy on this one, branches are indeed nice

  • @deadweight4887
    @deadweight4887 ปีที่แล้ว +3

    bro git is the hardest thing as an intern in it's first real job. I still don't know when to git commit or to just amend, always afraid of pulling and breaking stuff too. My code is fine but I messed up my git branch 2 times already and people had to help me. I learned a thing or two but it still scares me to death.

    • @crateer
      @crateer ปีที่แล้ว +2

      Haha I feel you, especially in the beginning it can be overwhelming
      But it's easy: Commit if you made changes you wanna, well, commit.
      Amend if you committed something and want to add changes to that commit (stuff which should have been committed in the previous commit)

  • @nickandres7829
    @nickandres7829 ปีที่แล้ว +1

    I've just started with Python and I downloaded Git and I don't have the first clue how any of this works despite multiple tutorials.
    I too will be recording my changes on paper.

  • @heiscalledinvinciblenotinv68
    @heiscalledinvinciblenotinv68 ปีที่แล้ว

    As a Git starting user this hits home. I have messed master couple times already.

  • @guillaume5623
    @guillaume5623 ปีที่แล้ว +1

    Love it, and live the spyro’s music too

  • @chasecook3854
    @chasecook3854 ปีที่แล้ว

    We used git for writing papers in latex when I was doing PhD. Advisor would always --force his changes. It was great.

  • @skladnayazebra
    @skladnayazebra ปีที่แล้ว

    I love these Spyro soundtrack bits!

  • @austinkim9402
    @austinkim9402 ปีที่แล้ว

    This is genuinely a good tutorial

  • @augustorickes2728
    @augustorickes2728 ปีที่แล้ว

    O conteúdo é simples mas a qualidade é absurda!

  • @SR-ti6jj
    @SR-ti6jj ปีที่แล้ว

    This is a good beginner tutorial unironically

  • @Nailers63
    @Nailers63 ปีที่แล้ว

    There is no better feeling than having your code finally be ready enough to push

  • @mayursonowal
    @mayursonowal ปีที่แล้ว +8

    this was way too funny 🤣

  • @bobnobrain
    @bobnobrain ปีที่แล้ว +1

    Also Akatsuki theme on 2:39 is amazing :D

  • @jupitersky
    @jupitersky ปีที่แล้ว +1

    Watching billy become a programmer has been a joy

  • @josuemolina6124
    @josuemolina6124 ปีที่แล้ว +2

    SOOO RELATABLE! Loved it! Hahahaha

  • @maxjenkins6193
    @maxjenkins6193 ปีที่แล้ว +3

    Even shregory admits that pull requests are a nightmare

  • @tamiko_chxn4974
    @tamiko_chxn4974 ปีที่แล้ว +1

    Actually 1:30 it's still nowadays one of my worst fears at my job lmao, I laughes hard there

  • @lordecircojeca2039
    @lordecircojeca2039 ปีที่แล้ว

    I love how often Spyro music is used here lol

  • @KalinaVel0505
    @KalinaVel0505 8 หลายเดือนก่อน

    I lost it at "sexybird". 🤣

  • @780Chris
    @780Chris ปีที่แล้ว +1

    Didn’t expect to hear Spyro music lol

  • @spunkybrat
    @spunkybrat ปีที่แล้ว +1

    Laughed way too hard at this lmao

  • @apmcd47
    @apmcd47 ปีที่แล้ว +1

    2:38 "You're doomed." Yep, from the moment he started using git!

  • @MiroKrotky
    @MiroKrotky ปีที่แล้ว

    This is so funny i literally was laughing for 10 min straight, so almost whole video

  • @madhurrao6706
    @madhurrao6706 ปีที่แล้ว +3

    2:41 ALMIGHTY FORCE!!!

  • @yogxoth1959
    @yogxoth1959 ปีที่แล้ว

    "You contemplate a career at McDonalds." Same, bro.

  • @nixgoat
    @nixgoat ปีที่แล้ว +1

    1:37 git rebase -i HEAD~1
    *change pick to edit*
    *remove file*
    git commit --amend
    git rebase --continue

  • @koeiswit
    @koeiswit ปีที่แล้ว +1

    Love the Runescape music at 1:46

  • @doodidood
    @doodidood 6 หลายเดือนก่อน

    First day of work: squash everything, commit message: "legacy code"

  • @addictedyounoob3164
    @addictedyounoob3164 ปีที่แล้ว +8

    the amount of runescape music is 😗👌🔥💯

  • @Ashadow700
    @Ashadow700 4 หลายเดือนก่อน

    That moment when you just pushed your code, and someone goes "Uuuuhh.... what branch did you say you're on?"
    F-ing vietnam flashbacks

  • @jwstinthesky2677
    @jwstinthesky2677 ปีที่แล้ว

    This remembered me my dumb teammates

  • @hebermoreno7963
    @hebermoreno7963 ปีที่แล้ว

    "I don't commit to anything" sounds like a really nerdy joke. 🤣

  • @encryptify3625
    @encryptify3625 ปีที่แล้ว

    Serious question though. I’m nearing the completion of my bachelors in CS. I’ve never used git, but I know it’s widely used in the programming world. Where’s the best place to start learning?

  • @cameodamaneo
    @cameodamaneo ปีที่แล้ว

    I love your profuse use of Spyro music. It's like I'm watching a Dayo video

    • @MrPSolver
      @MrPSolver  ปีที่แล้ว +1

      Love dayo

    • @cameodamaneo
      @cameodamaneo ปีที่แล้ว

      @@MrPSolver What a small world!

  • @tiwi__852
    @tiwi__852 ปีที่แล้ว

    HAHAHAHAHAHA THE --f one reminds me of me when trying to flex to my friends 😂😂

  • @perfectionbox
    @perfectionbox ปีที่แล้ว +8

    "Hey my git pull isn't working, how do I-"
    "Just delete your local repo and clone again."

    • @hafidnur301
      @hafidnur301 ปีที่แล้ว +1

      That is actually me when started learning Git. Fresh clone from remote repository.

    • @Kkubey
      @Kkubey ปีที่แล้ว

      Still doing that after all this time... It just never works

    • @adravel
      @adravel ปีที่แล้ว

      This is the way

  • @sephorasmuse
    @sephorasmuse ปีที่แล้ว

    I still remember the git merge --abort command when I was new to git 🤣

  • @thanatosor
    @thanatosor ปีที่แล้ว +1

    The legendary push -force

  • @marcinflisak317
    @marcinflisak317 ปีที่แล้ว +4

    I'm pretty new to git, and in my job I had to do rebase once...
    Well... It ended with creating another branch xD

  • @burtenplays
    @burtenplays ปีที่แล้ว

    This somehow made it more forking confusing.

  • @sipinthatbub
    @sipinthatbub ปีที่แล้ว

    Getting a merge conflict on your last day of work, at 4pm

  • @michaelfulghum1356
    @michaelfulghum1356 ปีที่แล้ว +1

    I think this is the second time I have heard spyro music in this channel.

  • @MikoLotte
    @MikoLotte ปีที่แล้ว

    Me watching this randomly added to my timeline while I’ve never used git before: “Yeah paper sounds good”

  • @xiaozhengwu5780
    @xiaozhengwu5780 ปีที่แล้ว

    Bro these are hilarious

  • @brawldude2656
    @brawldude2656 5 หลายเดือนก่อน

    I love how "You push" appears to be edited 💀

  • @BLADDLE
    @BLADDLE ปีที่แล้ว

    'listen bird ' idk but I found it hilarious

  • @usptact
    @usptact ปีที่แล้ว

    Only scratched the surface 😄

  • @LodeStarYT
    @LodeStarYT 4 หลายเดือนก่อน +1

    This video just taught me git lol

  • @yousefabdelmonem3788
    @yousefabdelmonem3788 ปีที่แล้ว

    What’s the song when billy is on the branch? Thank you!

  • @filenotfound__3871
    @filenotfound__3871 ปีที่แล้ว +1

    This is wayy too relatable
    I except i gave up about an hour into using it

  • @enrikes9877
    @enrikes9877 ปีที่แล้ว

    Well i can say as a McDonalds Manager, never contemplate a career there. Deal with your conflicts 😂

  • @godnyx117
    @godnyx117 ปีที่แล้ว

    2:40 "And now! My codebase shall know PAIN!"