Git It? How to use Git and Github

  Рет қаралды 808,586

Fireship

Fireship

Күн бұрын

Пікірлер: 334
@Fireship
@Fireship 6 жыл бұрын
FYI this video was a "Premiere" so make sure to check out the live chat replay for the full experience 🍿
@davidandrei22
@davidandrei22 5 жыл бұрын
Can I still send a pull request for a sticker? 😂 I bet they're awesome.
@bullettime2808
@bullettime2808 4 жыл бұрын
Please tell me what's your VS Code color and icon theme
@flleaf
@flleaf 3 жыл бұрын
@@bullettime2808 he writes it in every descriptions (for newer videos)
@kalishaatlas6297
@kalishaatlas6297 Жыл бұрын
5:13 5:13 5:13 5:13
@kalishaatlas6297
@kalishaatlas6297 Жыл бұрын
GitHub one 5:13
@emilgabriel81
@emilgabriel81 2 жыл бұрын
quite impressive how efficient this guy can be at explaining. it is literally everything you need to know in order to start with git and github
@Microphunktv-jb3kj
@Microphunktv-jb3kj Жыл бұрын
anyone can be, whean the script is pre-made.. his literally reading a premade polished text and recording it with a microphone... this isn't a live explanation / articulation ; )
@pietrofulceri5759
@pietrofulceri5759 Жыл бұрын
@@Microphunktv-jb3kj i impressive the same
@isoaga66
@isoaga66 Жыл бұрын
@@Microphunktv-jb3kj He is still explaining. Doesn't matter if it's a script. He had to write it in the first place to record the video. That's actually how most of the videos are made
@w1z4rd9
@w1z4rd9 Жыл бұрын
@@Microphunktv-jb3kj No shit sherlock ;;))
@VoidPaul97
@VoidPaul97 Жыл бұрын
IKR? I'm literally a beginner in almost everything about code, and now I've successfully implemented Git on a project of mine, and have a GitHub repo on it. I won't share it here for two reasons: 1. It's on Spanish, so most of the people besides my classmates wont understand a thing. 2. I don't want to self promote. But if you guys want to risk yourselves then I could post it here.
@christophergruendell8089
@christophergruendell8089 Жыл бұрын
I’m probably gonna have to rewatch this like 30 times before I am actually proficient in what he’s speaking about but everything I need is here. Thanks Fireship!
@KamelJabber1
@KamelJabber1 6 жыл бұрын
dude! seriously, this video was pretty great but the user participation with the sticker is pure genius and a great touch! I feel you have really raised the bar of YT tech and educational content and is on the cutting edge of where the platform can go. I recently used scribe and was blown away by how simple and useful it was. This reminds of that, GG, keep up the good work!
@Fireship
@Fireship 6 жыл бұрын
Thank you Kamel, really appreciate the feedback. The sticker idea was a risk, but glad to see the pull requests flowing in 😀
@seenu69
@seenu69 2 жыл бұрын
What's scribe?
@davesomeone4059
@davesomeone4059 2 жыл бұрын
@@seenu69 I think the ancient Egyptians use them.
@Microphunktv-jb3kj
@Microphunktv-jb3kj Жыл бұрын
git hasnt revolutionized anything.. there were and still is many version control systems out there being used. ive encountered a developer who has coded for 43 years and he has never used git
@Xphy
@Xphy 2 жыл бұрын
I didn't Git it
@AG-ur1lj
@AG-ur1lj 7 ай бұрын
u must be a Git
@humongouzcox5805
@humongouzcox5805 3 ай бұрын
Just git good
@JonSmoley
@JonSmoley 6 жыл бұрын
I love these more general framework-agnostic videos. 🐶
@Fireship
@Fireship 6 жыл бұрын
Thanks Jon! I want to tackle at least one general topic per month.
@curiosdevcookie
@curiosdevcookie 4 жыл бұрын
Thanks, me2!
@me_lvin7068
@me_lvin7068 Жыл бұрын
Four years later, this git guide is still gold! I originally used git stash as an alternative to git reset.😂I know better now and this video just brings back memories during my first few weeks of learning to code. Cheers mate!
@dhedarkhcustard
@dhedarkhcustard 5 жыл бұрын
Another pro tip when comparing changes in VS Code you can select 1 or more lines of code, right click and select "stage selected changes" so you don't have to commit a whole file.
@jaynj908
@jaynj908 5 жыл бұрын
I tried to use git years ago when I tried to learn C++. Years later decided to take up Python and discovered VSC. This video really helped out.
@StelaTasheva
@StelaTasheva 5 жыл бұрын
I've passed few online tutorials/courses for git/github, spent some time reading documentation and stuff,... What I want to say is that this video is straight to what is basic but really important. Squashed into 10 minutes... awesome
@aron.mp4
@aron.mp4 Жыл бұрын
git squash
@raresdude
@raresdude 6 жыл бұрын
Just came back to thank you for the sticker! Didn't think you will send it all the way across to Romania. Keep up the good work, Jeff. :)
@stargazer7644
@stargazer7644 6 ай бұрын
This is a great tutorial for those who already know how to use git and don't need the tutorial.
@SCTproductionsJ5
@SCTproductionsJ5 3 жыл бұрын
Man... a KZbin channel I don't put on 1.5x or 2x speed. That's an accomplishment!
@samuelkatz2463
@samuelkatz2463 2 жыл бұрын
It's quite wonderful to see how many profiles who've forked this project are now onto doing some very interesting things!
@IAmNumber4000
@IAmNumber4000 3 жыл бұрын
I knew Git was supposed to be useful before I knew how to use it but wow. That's super useful.
@chiragsingla.
@chiragsingla. 3 жыл бұрын
I used to feel embarassed when I didn't know git, now I know it and it's very helpful, I also have a workflow and pre-commit setup very helpful
@entrey_ua
@entrey_ua 4 жыл бұрын
This channel is trully the best one. Short, useful, essential information. Just great!
@mpldr_
@mpldr_ 2 жыл бұрын
I would like to submit a patch: - do small commits + do commits rebase and squash them until you have a nice topical package and ensure that every commit by itself is compilable (This allows for easier bisects later on).
@alternateName600
@alternateName600 7 ай бұрын
What nerd? Huh
@lvzy5833
@lvzy5833 3 жыл бұрын
Definitely underrated concise tutorial on git
@notcapnbloodbeard
@notcapnbloodbeard 2 жыл бұрын
never have I been so confused yet learned something new at the same time
@eip408
@eip408 3 жыл бұрын
This is the tutorial🔥 Saw a lot of git tutorials on youtube but this one explains the best🙌🏼 Thanks man🐙
@d33znameless68
@d33znameless68 6 жыл бұрын
I'll be watching all of your videos. I definitely need all the help I can get for learning everything programming / coding related.
@Fireship
@Fireship 6 жыл бұрын
That's what this channel is here for, thanks for watching!
@curtdp
@curtdp 6 жыл бұрын
Wow! This is very tightly packed piece of info on how to start git! With huge amount of work on video editing... Thank you! 🙌
@Nostalgia_Realm
@Nostalgia_Realm 3 ай бұрын
Used this to start my Git and programming journey. Thanks so far! 😃
@PeterPorker24
@PeterPorker24 6 жыл бұрын
Dude, i love this channel. Appreciate all your work!
@thesqueak5474
@thesqueak5474 5 жыл бұрын
one of the best git tutorials ive seen.. keep up the gd work man
@fabiojonathanarifin1
@fabiojonathanarifin1 Жыл бұрын
Sir, I saved at least a hundred thousand dollars of college tuition fee because of you...
@drullo
@drullo 6 жыл бұрын
Excellent! Thank you for the great videos. You have a good, concise format that conveys the essential information and targets your audience very well.
@glenimal
@glenimal 3 жыл бұрын
One my best 12:19 minutes ever spent on KZbin, top class ❤️🅿️
@bjk837
@bjk837 4 жыл бұрын
This is brilliant! You got rewarded for learning not simply for watching! I haven’t seen that before!...makes the KZbinr/Subscriber relationship feel a bit different and refreshingly new...it’s not passive it’s active #pioneer
@73dines
@73dines 5 жыл бұрын
This is the only channel which I have to follow on .75. Perfect content if you ask me.
@MrMorgan2008
@MrMorgan2008 2 ай бұрын
Thank you for teaching this crucial skill so easily, hope you reach 10 mil one day Jeff
@SirLasterOfDesaster
@SirLasterOfDesaster 4 жыл бұрын
Yeeaaa THANK YOU! Now I understand the process of merging. I always thought I have to stay in the branch to merge to the master. But the right way is stay in the master an merge the features in from the branch to the master.
@MercyFromOverwatch2
@MercyFromOverwatch2 3 жыл бұрын
Jeff is my favourite tech youtuber
@frankcastellanos
@frankcastellanos Жыл бұрын
This video saved my life!
@lucyebrada2950
@lucyebrada2950 Жыл бұрын
This feels too big of a pill to swallow within a short time. I hope I do understand this after a few more replays within the week 🤞🏻
@beyondcatastrophe_
@beyondcatastrophe_ 4 жыл бұрын
I would recommend "git add -A" instead of "git add .", since this has the added benefit of removing deleted files in the repository This is because '.' is expanded to all files in this (sub)directory by the shell and git does not receive the dot, while '-A' tells git to do this itself
@sodiboo
@sodiboo 4 жыл бұрын
technically . is expanded to the current directory, which git itself expands to all files and subdirectories within it - correct that it does not receive the . but not *quite* accurate what it does receive
@baibhavchakraborty1560
@baibhavchakraborty1560 2 жыл бұрын
I used to suck at git. But this has helped me. Thanks a lot brother ☺️.
@PedroRamos1991
@PedroRamos1991 5 жыл бұрын
More tips about git. Thanks for sharing this content
@saint_michael_the_archangel
@saint_michael_the_archangel 2 жыл бұрын
Hey man, you're great. Love your videos. Keep going, you're almost there.
@jamilvillones5020
@jamilvillones5020 2 жыл бұрын
And just like that. I can now use Git. Great video as always!
@RaghuprasaadIyer
@RaghuprasaadIyer 4 жыл бұрын
what an intro animation ....awesome
@darshangowda309
@darshangowda309 6 жыл бұрын
Application of encryption here was just amazing 🤯 Never thought of it this way :P thanks 💣
@jeffbasos3258
@jeffbasos3258 5 ай бұрын
I swear all the other teachers I've watched talk at the speed of a turtle and leave me confused after watching an hour video. Fireship the goat.
@sanjacobs6261
@sanjacobs6261 3 жыл бұрын
This video being VSCode-specific was a mistake. It could've been the one place you need to go to learn git for anything or anyone, but now it's only the best video for very specific software developers.
@flogginga_dead_horse4022
@flogginga_dead_horse4022 3 жыл бұрын
It was mostly just running the commands in the VS terminal though...
@jakobarsement8266
@jakobarsement8266 3 жыл бұрын
Stickers haha. Brilliant way to make your videos interactive. Anymore giveaways coming soon?
@gardient
@gardient 6 жыл бұрын
hey, thanks for the sticker, totally forgot about it until my dad asked "What's with the envelope?", we have the same name so sometimes it's hard to tell what's for who, had a laugh the moment I saw the sticker, thanks again
@IhorVyshniakov
@IhorVyshniakov 10 ай бұрын
Thank you for compressing all this knowledge to easy visual understanding concepts 🤘
@aaa1820-g4g
@aaa1820-g4g 2 жыл бұрын
this is it, to the point, no time wasting
@lyto2326
@lyto2326 6 жыл бұрын
Love this video and its style! Also great advices even fot those that we already were using Git :D
@nbamj88
@nbamj88 6 жыл бұрын
As always, a very smart way of teaching
@zozo1603
@zozo1603 6 жыл бұрын
I got the sticker finally! 😊(from Hungary) 🔥🔥🔥
@jesselima_dev
@jesselima_dev 6 жыл бұрын
Always awesome tips Jeff. Thanks!!!
@mehedirifat9072
@mehedirifat9072 3 жыл бұрын
This video is helping me in 2021
@Arnauuumm98
@Arnauuumm98 4 жыл бұрын
Your videos are excellent, keep up the good work! Love your videos!
@jsonkody
@jsonkody 5 жыл бұрын
This channel has amazing quality
@sarveshdevrukhkar
@sarveshdevrukhkar 2 жыл бұрын
This is feb-2023 and this video is still relatable and helpful. Wonderful!
@humand0969
@humand0969 2 жыл бұрын
Turns out it's a folder tree! Nice! (no sarcasm, it's actually nice)
@carrillocarlosce
@carrillocarlosce 6 жыл бұрын
I'll watch it tonight, in the meantime, I'll give it a like =D
@stefano8936
@stefano8936 2 жыл бұрын
You can't always git what you want. But if you try sometimes, you git what you need.
@anirbankopty9418
@anirbankopty9418 Жыл бұрын
The video is efficient, just you could mention where you were changing accounts for the forking and pull request section.
@joaomarcelofurtadoromero8277
@joaomarcelofurtadoromero8277 Жыл бұрын
lovely Firekid in the background 6:11
@MrStefanica
@MrStefanica 3 жыл бұрын
Another Excellent video ! Thanks ! 🙂 Small commits and squash flag are, as to me, two very useful pieces of advice.
@sridhar-natuva
@sridhar-natuva 6 жыл бұрын
Nice video to remind basics again. Thank you.
@arsikkbar
@arsikkbar Жыл бұрын
And now i am here, in late 2023
@spendmoney303
@spendmoney303 3 жыл бұрын
how pro i want to be one day. long journey ahead. thank you for this great free info! liked!
@HyperCodec
@HyperCodec 2 жыл бұрын
With rust it automatically gives you a repo. Just another nice little convenience
@GeekyMino
@GeekyMino 4 жыл бұрын
Great tutorial. Really well made.
@mohamedselim7635
@mohamedselim7635 2 жыл бұрын
Bro, you are a life saver ♥️♥️
@tilakmadichettitheappdeveloper
@tilakmadichettitheappdeveloper 4 жыл бұрын
I learnt Git and Github in 6 minutes by playing it at 2X speed
@yuehernkang
@yuehernkang 6 жыл бұрын
wow thanks for the guide! Really loved it
@SoimulX
@SoimulX Жыл бұрын
Best before 2020 indeed
@glitched.gaming
@glitched.gaming Жыл бұрын
So I am hoping that this tutorial will help me, I'm nearing my last straw. I don't know why Git is so hard for me to grasp. I started programming learning Java (Huge mistake) and that felt like I was trying to swallow an elephant. Just wrapping my head around the OOP concepts drove me to breakdowns crying. Since then I've been able to grasp other languages like Javascript and Python, but for some reason I feel like I'm learning Java All over gain and have broken down more than once. So in advance thank you. and cross your fingers.
@MirMuhammadAbdurRahman
@MirMuhammadAbdurRahman Жыл бұрын
Thank you
@chavdamahesh2772
@chavdamahesh2772 4 жыл бұрын
Please create tutorials on How this animations is created .
@maheshchavda6248
@maheshchavda6248 3 жыл бұрын
@Super Mario Yup ofcourse 😁😁 Thanx buddy ...
@CJ2by4
@CJ2by4 3 жыл бұрын
this is awesome thanks so much
@dhanrajshetty645
@dhanrajshetty645 2 жыл бұрын
Best place to learn web developement.
@sanguinetenetsofnull9227
@sanguinetenetsofnull9227 3 жыл бұрын
Thank you for making this
@keokawasaki7833
@keokawasaki7833 4 жыл бұрын
i thought my screen was dying when the video started to glitch
@Tyokok
@Tyokok 5 жыл бұрын
AWESOME 12 min video on git! Thanks a lot! One quick Q: what is npm install? why you need it after clone from github? Thank you!
@maix52
@maix52 5 жыл бұрын
I think npm install get all dependency required and install them so you have the node_modules folder with all modules installed
@DavePastor
@DavePastor 6 жыл бұрын
Is he actually typing? :O Keep up the good work
@skylark.kraken
@skylark.kraken 5 жыл бұрын
He uses ctrl+y/redo for some, pasting for others
@cinamynj
@cinamynj Жыл бұрын
Learning about git today I so wish I didnt need to Linux But its like the easiest way to get it going
@alvinquezon5973
@alvinquezon5973 5 жыл бұрын
Hi Fireship, great tutorial, however can you do a advance topic like rebase and other advance functionality for github? Thank you!
@spacecowboy3063
@spacecowboy3063 5 жыл бұрын
are you still sending the stickers ?? lol, ive never submitted a pull request so im gonna do this to learn it
@Fireship
@Fireship 5 жыл бұрын
No, but I'm going to do a similar pull request give away soon, so stay tuned
@SCTproductionsJ5
@SCTproductionsJ5 3 жыл бұрын
Around the 9:00 mark, why can't you just *clone* or *checkout* from someone's repository without having to fork it? Also, is forking how a person would normally compile and run open source software on their own? How easy/hard is that to do? ...cause I feel like every software would be different.
@junaid.hassan
@junaid.hassan 6 жыл бұрын
Thanks for the Sticker
@shionjay9882
@shionjay9882 6 жыл бұрын
Wow! nice Video. Thanks! 👍👍
@programinggrid967
@programinggrid967 4 жыл бұрын
Suggestion: make on docker like this one.
@jarrydpatel9650
@jarrydpatel9650 4 жыл бұрын
Your videos are always good. Really appreciative your channel. Please keep making Videos @Fireship
@mjackstewart
@mjackstewart Жыл бұрын
I would love to know more about advanced conflict resolution. I feel like a monkey banging two sticks together sometimes, and I'm actually embarrassed to ask my coworkers. Your content is awesome, though, hoss!
@mjackstewart
@mjackstewart Жыл бұрын
And you might want to explain the difference between main/master/origin/remote. Those can be vexing when you first start.
@VoidPaul97
@VoidPaul97 Жыл бұрын
I would like to add the encryption on Java (since it's the only language I'm learning because of college. I chose to learn programming, but since in my country Java is the best paid programming language I'm learning it there. No complains about it so far, but I'm pretty sure that when I move to another language like Kotlin, Swift, or C# I'll understand why people hate it. In the meantime I'll have to add that encryption through Java)
@Joshfw27492
@Joshfw27492 6 жыл бұрын
Nice video, I've used source tree before which is more of a UI based source control. I would prefer to use something more terminal based. Will be keeping an eye on this.
@Luiz-yj9rs
@Luiz-yj9rs 3 жыл бұрын
Amazing video !
@vimtor
@vimtor 5 жыл бұрын
Hey great video! A follow up about git flow would be nice.
@spooki-2451
@spooki-2451 4 жыл бұрын
sadly, i don't know what plug-in you used to generate the defaults for your environment. gitlens doesn't seem to have that functionality
@zaack9483
@zaack9483 Жыл бұрын
Same problem here, it would be cool it it was in the description.
@avi12
@avi12 6 жыл бұрын
GitHub should use this video to explain how to use Git and GitHub
@yukihyo8394
@yukihyo8394 5 жыл бұрын
just a really big pro tip for people learning git and not grasping it at all (it took me a while to understand the power of git) PLEASE use a git client (i 100% recommend gitkraken, since it gives you a really nice and clear graph which really helps understand what the fuck is going on) you are simply not gonna be able to memorize all the commands, and you will 100% forget how your repo structure looks like. it boils down to, command line sucks for learning. and please dont fall in the trap of: "Real programmers only use git on the command line", unless you wanna be less efficient if you got questions about git and gitkraken or anything feel free to leave a command :p
@joegleiter9260
@joegleiter9260 5 жыл бұрын
digging gitkraken
@macokaba1964
@macokaba1964 6 жыл бұрын
Thanks so much Jeff
@amankumarsinghkushwaha
@amankumarsinghkushwaha 2 жыл бұрын
Hey is sticker Giveaway is still live
@samwansamwer5807
@samwansamwer5807 3 жыл бұрын
AAAAND git is invented by Linus Torvalds. Thank you sir Linus.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,3 МЛН
13 Advanced (but useful) Git Techniques and Shortcuts
8:07
Fireship
Рет қаралды 945 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
How to get rich as a solo software developer - The Ultimate Guide
8:51
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,3 МЛН
GitHub Copilot: the agent awakens
6:20
GitHub
Рет қаралды 162 М.
Git, GitHub, & GitHub Desktop for beginners
22:16
Coder Coder
Рет қаралды 831 М.
How programmers flex on each other
6:20
Fireship
Рет қаралды 2,6 МЛН
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,6 МЛН
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 420 М.
How GIT works under the HOOD?
16:01
Tech With Nikola
Рет қаралды 213 М.
Git Tutorial for Beginners - Git & GitHub Fundamentals In Depth
43:06
Tech With Tim
Рет қаралды 852 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,7 МЛН