How to Use GitHub

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 333

  • @ChrisTitusTech
    @ChrisTitusTech  2 роки тому +42

    Links from the Video
    Github Desktop (Windows): desktop.github.com/
    GitHub Desktop (Linux): github.com/shiftkey/desktop/releases
    LTT Linux Challenge Part 2: ua-cam.com/video/3E8IGy6I9Wo/v-deo.html

    • @thatguyalex2835
      @thatguyalex2835 2 роки тому +4

      It needs a big blue download button. Lol... Simple as that.
      Edit: Or at least a download button of older versions as well. :)

    • @TheExileFox
      @TheExileFox 2 роки тому +1

      It would be really nice if you could do a follow up video on how to resolve weird issues with git such as the "detached head" and other common problems some of us users randomly run into.

    • @mydroid2791
      @mydroid2791 2 роки тому +3

      Its great there are ways to get the proper files from Github, but it makes no sense why they have all those ways to get files but don't have "Save As" work properly.

    • @Lodinn
      @Lodinn 2 роки тому

      @@TheExileFox One does not exactly run into git issues randomly, but I get where you're coming from. You happily complete a feature and push forgetting to squash commits first and spend another half an hour rebasing it the hard way and making sure you don't break anything rewriting the remote history. Come to think of it, probably outdated forks are the worst to deal with - I once forgot to set upstream on my fork and made a bunch of changes to data files while lagging 100+ commits behind the original repo. Not fun.
      Atlassian probably has the best tutorial out there, official docs aren't bad either - I usually direct new members of the team there.

    • @botcontador3286
      @botcontador3286 2 роки тому

      Yeah, metaphorically speaking Linus moved to another country expecting that his costumes and language would be the same and got frustrated when realizing he was out of his cozy familiar comfort zone. As like everyone he eventually will go through the 5 stages of grief.
      BTW, I love git so much I named my cat Git. Yes there is a cat in brazil called git and he really loves pushing things.

  • @katrinabryce
    @katrinabryce 2 роки тому +348

    Git was first released 16 years ago by Linus Torvalds to manage the development of the Linux kernel.

    • @utubepunk
      @utubepunk 2 роки тому +3

      Really?

    • @BlindRambler
      @BlindRambler 2 роки тому +30

      Yup. And it's funny how he hates how github and distros manage both of those creations. I completely agree with him on this one. The distros can't agree on packaging for applications and github does a shit job of managing pulls and merges.

    • @JohnSmith-eg6bl
      @JohnSmith-eg6bl 2 роки тому +3

      @@BlindRambler ".....github does a shit job of managing pulls and merges." - Would you care to elaborate? It seemed quite easy and convenient from the video.

    • @vaisakh_km
      @vaisakh_km 2 роки тому +21

      @@JohnSmith-eg6bl github allows users to push commits without pgp key verification....
      Which anyone can spoof others name.
      But while designing git, all these where taken care
      Also, git is really hard to learn software. But it is so powerful and useful as that, it almost nullify that issue...
      On the other hand, github made is easy, by sacrificing security....
      Also the idea of git itself is decentization, which github completely forgot and made it a centralized software

    • @JohnSmith-eg6bl
      @JohnSmith-eg6bl 2 роки тому +8

      @@vaisakh_km Thank you for the explanation.

  • @steveP526
    @steveP526 2 роки тому +224

    I think my favourite part of the LTT linux challenge is finding your page.
    I'm slowly getting back into Linux to digitize old VHS tapes and it's going well. I'm really looking forward to your debian-titus. I also coincidentally started using git about two days ago. All of these videos are so timely for me.
    Thanks for all your hard work!

    • @utubepunk
      @utubepunk 2 роки тому +14

      I also need to digitize a box or 5 of vhs tapes. What are you using to do it?

    • @steveP526
      @steveP526 2 роки тому +6

      @@utubepunk I'm using an old Hauppauge WinTV-PVR-150 card and VLC. I'd bet any supported TV tuner card should do and then wire the VCR CATV output to the tuner. You may be able to use composite out or S-video depending on the VCR capabilities. Mine was CATV out only. There's a switch on the back of the VCR usually for CH 3 or 4, so make sure that's correct and tune to that. One thing that helped me find that channel was 'scantv -i "Tuner 1" -n NTSC-M -f us-cable -c /dev/video32', so something similar should work as a quick check that the tuner can see the carrier from the VCR. In my case 61.25MHz said '???' instead of 'no station', which all the others said. Then in VLC I used File->convert and make sure you use that frequency in kHz (so 61.25MHz becomes 61250kHz). I also had to specify the audio channel from the capture card as 'pulse://'. For the profile I used MPEG-TS encapsulation, MPEG-1 Codec @ 360x240px 1600kb/s bitrate and 29.97fps. Audio codec was MP3 @ 128kb/s bitrate, 2 channel, 44100Hz sample rate. Another issue was stuttering in the digital version and changing the caching to 2000ms from 300ms (under 'show more options') seemed to fix that.
      I'm sure there are plenty of better ways, but this worked for me. There was a lot of trial and error on the way though. Getting scantv to show something useful was the first success though. Although if you're using composite or S-video that's not necessary since there's no tuner involved.

    • @utubepunk
      @utubepunk 2 роки тому +3

      @@steveP526 oh wow! Thanks for all the details. Gonna screenshot your reply for my notes. I remember way back when TV cards were a thing. Right after is when media centered PCs took off.

    • @steveP526
      @steveP526 2 роки тому +2

      ​@@utubepunk I think I might have made a UA-cam comment no-no since my last reply didn't go through. Posting links maybe gets you flagged as spam or something.
      Anyway, keeping with the theme of Chris' original video - I created a new github repo. The user is bigsdawg-2k and the repo is VHS_capture_with_tuner_card. There's one PDF in there that has all my notes in chronological order (starting with a card I eventually learned had a bad tuner). It has a bunch of hopefully useful stuff in there...

    • @plica06
      @plica06 2 роки тому +1

      @@steveP526 I have a bunch of camcorder VHS-C tapes also I really want to digitize... I did some research on what's involved and found one site where it seemed so complicated if you want to get the best results possible. So basically it seems not doable as a home project unless you don't mind a half assed result.

  • @DarkSide3211
    @DarkSide3211 Рік тому +8

    So basically.
    If you're contributing: clone it, make changes, commit, push.
    If you want to see changes made/ contributing and collaborating at the same time: fetch every now and then to see changes take effect on your end.
    gotcha. It really is simple and I was intimidated at first because i've never used github and all of the files and small projects that I've made are all locally saved or saved somewhere else like onedrive. And this video has made things simpler and clear. thankyou verymuch Chris!

  • @professormoriarty703
    @professormoriarty703 2 роки тому +96

    You definitely must work with both power users and basic users. You clearly grasp that there are levels to this IT world. Your ability to verbalize know the technical aspects to various areas and translate in a way that many people can understand. And the the greatest part is you do it without being condescending , disrespectful like so many elitist. I have been recommending your channel to all of my buddies who previously had a bad taste in there mouth from dealing with the elements in the Linux community who seem to not want Linux to truly be appreciated by everyone even the little guys. You da man Mr. Titus

    • @alanelston2330
      @alanelston2330 2 роки тому +9

      I don’t disagree with your general sentiments: I have been, and remain, a staunch supporter of Chris and have been form the start.
      But I don’t rate well this particular video.
      When I first watched this video I was interested in finding out about GH, - I knew nothing about it. I could not understand most of this video back then.
      In the meantime I have used GH effectively, (in a limited way to glean a lot of useful info from past and present stuff, and have made some minor contributions.)
      Watching this a new a few times now, I still can’t make head nor tail of most of it. I think if you understand this video then you must already know all about GH.
      I think this video was a quick opportunist knee jerk reaction, but for the inexperienced GH user, it rather supports that LTT chaps confusion at trying to understand GH.
      For me GH remains over confusing, but you can glean good info from there, but a project goes around in circles and gets nowhere fast, partly because most people can’t underfstand the place, and that includes most people using it!, effectively or otherwise.

  • @jimmysyar889
    @jimmysyar889 Рік тому +17

    0:13 "Especially if you're using mac, windows , and linux" WTF else am in ganna use lol

    • @Ramlich.
      @Ramlich. 24 дні тому +2

      I dunno, TempleOS?

  • @gamunu.b
    @gamunu.b 2 роки тому +88

    I think everyone is missing the point. From Linus's point of view, the installation instructions were not clear, and it just said download, but now it is updated. I think being developers/engineers, we always fall behind in documentation.

    • @demianschultz3749
      @demianschultz3749 2 роки тому +4

      Pointing out a specific channel's mistake is not right because it could get people to distrust the channel, therefore, harming it

    • @jonathanvazquez1737
      @jonathanvazquez1737 2 роки тому +6

      @@demianschultz3749 -_- this ideology is so foolish, the harm done by miss information far outweighs the harm done to the persons channel. Their influence has a huge level of responsibility that come with it

    • @JohnSmith-ft4gc
      @JohnSmith-ft4gc Рік тому +1

      @@jonathanvazquez1737 We shouldn't harm a channel with a massively undeserved following, in favor of better quality information. /s
      I'm not sure what you mean by "ideology" though. I suspect you were dealing with a simple fanboy/parasocial relationship half, feeling overprotective. Or they were taking the piss.😄

    • @45blank16
      @45blank16 Рік тому

      @@demianschultz3749 no one gives a shit about your opinion. figure it out

  • @CrazyTech200
    @CrazyTech200 2 роки тому +23

    Nice video, please make a part 2 for more in-depth information like how branches work. And 2 things I noticed:
    1) sometimes you use git as a term for both git and GitHub which could cause confusion (but to be fair those points are quite minor)
    2) when you highlight a part of the screen (like at 9:13) and blur the background your camera also blurs which I think doesn't look good

    • @ChrisTitusTech
      @ChrisTitusTech  2 роки тому +11

      Thanks for the feedback, yeah I'll change that title template to leave me in focus as well.
      I originally had branches in this video, but cut the part out as I didn't like my presentation and the fact it ran 10 minutes longer as I explained why we use branches for tests and rambled a bit too long for the purposes of this video.

  • @blackmennewstyle
    @blackmennewstyle 2 роки тому +39

    I still remember the old days where git was not so popular and people were still using subversion as collaborative tool, man time really flies...

    • @pleasedontwatchthese9593
      @pleasedontwatchthese9593 2 роки тому +3

      "and people were still using subversion".... "Where!?" Sadly I live in a world where they still do! :'(

    • @braxindor4153
      @braxindor4153 2 роки тому

      @@pleasedontwatchthese9593 never ever even heard of that through studies or internship. Subversion i mean.

    • @billeterk
      @billeterk 2 роки тому

      RCS/CVS for me. Then subversion and bazaar. Darcs and monotone were interesting but never really took off. Fossil is a nice alternative if you want something slightly tidier than git and comes with ticketing, forums, web interface... Mercury is good too, but I like git’s feel of a set of idiosyncratic but well worn tools.

  • @RobsonLuizRL
    @RobsonLuizRL 2 роки тому +12

    Awesome as always!
    Thanks, Chris!

  • @princemj
    @princemj 2 роки тому +8

    The tutorial I've been waiting for, Thanks Chris!

  • @fatbeard8072
    @fatbeard8072 2 роки тому +7

    I'm so confused. I just want to learn how to install an app/software on my Linux system. I can't seem to find any tutorials on how to do that. Every so called tutorial just talks about what is GIT and GITHUB and how to put your own info into Git.....I just want to get some software from Git and install it.........Why is it so difficult? Yes, I'm sorry for the rant, I am still a n00b on Linux since Win 7 lost support. I am an average users, but Git and trying to get Vaulkan drivers for my GPU is so F*ing difficult. Otherwise, I love Linux in all it's glory.

  • @457dragon
    @457dragon 2 роки тому +1

    And this is exactly the reason why I stopped even bothering with LTT. If he doesn't like how something is done he throws a fit and bashes whatever tech he doesn't like and pretty much tells everyone that the tech is wasted and useless, he's in it for the clout not the tech. You on the other hand I just stumbled onto and because of your explanation of Github I now want to dive into the world of Lynux and scripting. Tell me you wanna improve the world without telling me you wanna improve the world, LTT ya got some learnin to do!

  • @sparetheearthlings
    @sparetheearthlings 3 місяці тому +1

    This was super helpful. Thanks for breaking this down and helping me wrap my head around how to use this.

  • @gamerking64
    @gamerking64 2 роки тому +3

    This is ACTUALLY what im waiting for! Thanks chris!!!

  • @marka.200
    @marka.200 2 роки тому +5

    Good that you show all the various ways to get files off of github, but it would be even more helpful to talk about why you'd pick one method over the other.

    • @user-he4ef9br7z
      @user-he4ef9br7z 2 роки тому

      Depends on your environment. For example, if you are already working in the terminal using wget or curl makes more sense.

  • @ehsancharolia3297
    @ehsancharolia3297 2 роки тому +19

    As a pretty new user to Linux, I very recently started using git to manage a couple of things for myself, and to be honest, one can pretty much be up an running with some of the basic tools that git provides very quickly. The advanced features might take some time, but again, they're advanced and I don't need them just yet. It's amazing how powerful these tools are and how efficient they can make your workflow.

    • @roridev
      @roridev 2 роки тому +2

      git advanced features can be mind benders for an already awesome tool. it can get *crazy*, crazy good once you get used to all of its details and inner workings, cause knowing how it ticks makes the thing unbreakable to some extent.

    • @brianhsu_hsu
      @brianhsu_hsu 2 роки тому +3

      Git is very powerful. Even I'm a software developer, I only use a fraction of it's feature.

    • @ehsancharolia3297
      @ehsancharolia3297 2 роки тому +1

      @@roridev Yeah exactly.. Hopefully I get a good grasp of it with time..

    • @ehsancharolia3297
      @ehsancharolia3297 2 роки тому +1

      @@brianhsu_hsu You know the crazy thing is, I am not even a software developer :P . I am using git to mainly manage my config files, to aid me in making a website (teaching myself how to do this too), and most importantly experimenting with managing ifc files (BIM stuff, I'm an Architect). I just want people to realize git can be used for a lot of stuff beyond software development. Gotta love the open source community :')

  • @unnatshaneshwar6477
    @unnatshaneshwar6477 2 роки тому +23

    wait what!!??!! I didn't expected that from Linus!!

    • @ChrisTitusTech
      @ChrisTitusTech  2 роки тому +6

      Neither did I.
      I think he was frustrated as this was from the Linux Challenge Part 2 when he was trying to use a GitHub project to get his GoXLR working.

    • @cristianr9168
      @cristianr9168 2 роки тому +4

      I thought Linus couldn't get any more cringe but I was wrong

    • @tailsorange2872
      @tailsorange2872 2 роки тому

      @@ChrisTitusTech Linux Tech Tips when?

    • @samsh0-q3a
      @samsh0-q3a 2 роки тому +1

      he barely gets by on Windows, what can you expect? lol

  • @chrislee4531
    @chrislee4531 Рік тому +1

    Very helpful and easy to understand, unlike a lot of other demonstration videos where they don't know how to communicate this kind of knowledge effectively, thank you

  • @swapnil72
    @swapnil72 2 роки тому +1

    6:02 This is what Open Source is all about ♥
    Only a True Developer can feel this inner peace and that satisfaction is priceless.
    Power of Open Source is Unlimited ∞

  • @NaveenResearchTamil
    @NaveenResearchTamil 2 роки тому +1

    06:00 Exactly! I brought Linux awareness to nearly 2million people in a video instead of getting everyone's focus into my business to make money.. Great feeling!

  • @zinsy23
    @zinsy23 2 роки тому +11

    Great tutorial on this! I've been a little lost and I think this is a nice overview. I will admit, there have been times where I just wanted to download a single folder and didn't want to download the entire repo, so I've used downgit for that. I think it would be nice if there was a download button next to each file and folder by the commit id or something. I know it will be a while before that happens, but I don't it's an unreasonable improvement that could be made at least years down the line.

  • @mitos1997
    @mitos1997 2 роки тому +7

    If I could heart this video instead of like it I could since this is what I need right now for website design thanks so much this video means a lot to me it came in the right place and the right time!

  • @DF1.j
    @DF1.j 2 роки тому +16

    Your the best one that can explain everything and make it so easily to understand ❤️

    • @ArashRezaee
      @ArashRezaee 2 роки тому

      هارون. کلیپات عجیبند.

    • @DF1.j
      @DF1.j 2 роки тому

      @@ArashRezaee what ?
      Talk arabic or English

    • @ArashRezaee
      @ArashRezaee 2 роки тому +1

      @@DF1.j Watched your clips, weird.

  • @blevenzon
    @blevenzon 2 роки тому +2

    Chris thanks so much for this. Love your content and can’t wait for your distro.

  • @andreagalet3192
    @andreagalet3192 2 роки тому +2

    Really easy to understand and full of priceless information for a developer, i really would like to see another video about it

  • @hamsterwolf
    @hamsterwolf 2 роки тому +11

    And this is why I like the Linus Linux challenge series look at all these great videos people are making explaining this stuff. The neck beards are spend their time laughing at Linus but look people are making videos explaining the stuff he gets wrong. Now new users get a better understanding of things that experienced Linux users normally don't think to explain.

    • @markbishop2924
      @markbishop2924 2 роки тому +1

      That's a big problem with the open source world. It''s full of know-it-all jackasses who would rather be in a secret club than help people.

  • @jordantmp
    @jordantmp 2 роки тому +6

    oh my lands i needed this at the beginning of the school year😅

  • @meowcula
    @meowcula 2 роки тому +10

    You monetize your expertise and educating through your videos. That's way better than a black-box product, and more sustainable. The open-source model fuels collaboration and naturally spawns sell-able services. The short-sighted old guard who think of every product as a patented black box just don't get what they're missing out on, both in terms of professional satisfaction and monetary gain.

    • @alanelston2330
      @alanelston2330 2 роки тому +2

      Very nice comment. Explains how UA-cam can be good, provided it does not get filled with too much crap.
      BTW, can this github stuff be monetized? I think very briefly Chris made a short comment in the video, but I am not sure

    • @demianschultz3749
      @demianschultz3749 2 роки тому

      Yeah, like Bill Gates, he is really ashamed of his propietary O.S

  • @notation254
    @notation254 2 роки тому +2

    Love your channel, man. Been trying to settle in with linux lately and many of your videos have been a great help. Thanks for your work!

  • @johnnydingo8680
    @johnnydingo8680 2 роки тому +1

    Thanks Chris for your contributions.

  • @alanelston2330
    @alanelston2330 2 роки тому +3

    I had a comment here, quite innocent. But it keeps getting deleted no matter how I re word it. I have tried loads of times, also deleting and starting again completely rewritten
    Amazing what the Bot seems to be capable of. Something in what I was saying it did not like and no matter how I re word it, it still knows that I am trying to say the same thing.
    Scary

  • @alanelston2330
    @alanelston2330 2 роки тому +2

    I will just say thx 4 the vid and forget UA-cam again for a week, it’s started deleting all my comments again :(

  • @osmontegin
    @osmontegin 4 місяці тому

    dude, u look and sound so friendly, just wanna wish u luck and hug!
    thx for video

  • @kevalnakar6281
    @kevalnakar6281 2 роки тому +2

    This one was much needed 🤩thanks man

  • @illustratum2002
    @illustratum2002 3 місяці тому +2

    I loved the part where he showed me how to use a script which is why I clicked on this video in the first place

  • @gamerking64
    @gamerking64 2 роки тому +4

    Sometimes...Life is not about money...THIS IS THE SENTENCE GUYS!

  • @hyperqprime
    @hyperqprime 2 роки тому +4

    Now this is a useful video. Thank you

  • @SebHighDef
    @SebHighDef 2 роки тому +7

    you skipped the part where he mentioned that someone explained to him that that's the way to do it

    • @ChrisTitusTech
      @ChrisTitusTech  2 роки тому +4

      Lol, I know but I didn't want to grab too much of the clip. Hopefully that mystery person can watch this video and never do that again...
      Or, maybe they were just trolling Linus.

  • @roku-toiletpapersquad8664
    @roku-toiletpapersquad8664 2 роки тому

    Ive been searching for this in your channel!!

  • @TonyLing
    @TonyLing Рік тому

    Thanks Titus, that fills in a number of blanks for me

  • @PigeonPrint
    @PigeonPrint 2 роки тому +2

    Found his "if GitHub is just for developers, then desktop Linux is only for developers" take so bizzar. I'm not a developer, I cant code, and use Github probably 5 days out of the weeks, and now thanks to you Linux 90% of the time. Think it says more about his lack of experience with the opensource projects more then anything else.

    • @babsNumber2
      @babsNumber2 2 роки тому +1

      I don't think your experience makes the statement illogical. Your experience just shows that Github is not just for developers. His statement is "IF Github is just for developers, then desktop Linux is only for developers".

    • @PigeonPrint
      @PigeonPrint 2 роки тому

      @@babsNumber2 Im not a devoloper and I use GitHub and Linux desktop...Ergo, it makes his coment moot and illogical IMHO. long and short of it is he doesn't seem to understand what Github is or how it works, and linking it to linux is just a bizarre take and misses the fact that GitHub is as much about distribution as it is development to the majority of users.

  • @alanelston2330
    @alanelston2330 2 роки тому +4

    You didn’t have thousands of contributors and never will get anything approaching that. Maybe a couple of hundred is more accurate. Some contributions were fantastic, ( half of which you missed ) , some were very good , some were good. More than half were crap.
    Not criticising, just saying. I realise that you have to make the video impressive and entertaining or else you won’t get viewed, subscribed, and that would be a shame as most of your stuff is great.
    ( IMO this video’s content was untypically not so good )

  • @gwgux
    @gwgux 2 роки тому

    Good video! I am one of those who normally just using the command line for anything Git related so I haven't seen those graphical utilities. They do look like they could be good for me so I'll have to check them out. Thanks for all you do in explaining these things to folks!

  • @samsh0-q3a
    @samsh0-q3a 2 роки тому +1

    thanks chris, i was going to learn this on my own, was going to attempt forking a pretty big niche project lol

  • @foreducation408
    @foreducation408 2 роки тому

    Really good video Chris, loved it.

  • @MegaLokopo
    @MegaLokopo 2 роки тому +5

    Why wouldn't you have a download button?

  • @jtodora
    @jtodora 2 роки тому +4

    Hey Chris, thanks for this github video. I do have one suggestion. The video was difficult to view with your machine in dark mode. It might be better for your video production if it's not in dark mode. Just saying.

    • @thatguyalex2835
      @thatguyalex2835 2 роки тому +1

      Agreed. Most people like me don't use dark mode. :) It is off-putting also.

    • @jtodora
      @jtodora 2 роки тому +2

      @@thatguyalex2835 I use dark mode most of the time; however, when I share my screen during a training session I've learned to set it back to light mode to make it more visible to the viewer.

    • @thatguyalex2835
      @thatguyalex2835 2 роки тому +1

      @@jtodora I just use normal mode. :)

  • @toranshaw4029
    @toranshaw4029 2 роки тому +5

    Git was created by Linus Torvalds, so that he'd have an easier way to collaborate with other people who wanted to help him develop Linux.
    Git is something I'm gonna have to learn, one of these days.

  • @AliAliOxenFree
    @AliAliOxenFree Рік тому

    liked and subbed (and now commenting) because you have a good way of explaining by showing and also this video is concise and helpful.

  • @HikaruAkitsuki
    @HikaruAkitsuki 2 роки тому +3

    There is so much fun in Linux Community than expected. You never see this in Windows, and if… most of them are toxic!

  • @trutu5592
    @trutu5592 2 роки тому +3

    well, about that "save link as..." thingy
    not everything is that straight forward
    when you try to save file with 'save link as...' you saving actual file with correct file extension
    problem with github is that it is NOT link to the file, it's reference to another HTML page but the way files/folders are shown on github(or similiar platgorms) user can think that he tries to save file
    and IMHO github could actually allow to save file via 'save link as...' and still redirect to html page on click

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi 2 роки тому +3

    Thank you, Chris. Very true.

  • @deadeyeemo
    @deadeyeemo Рік тому

    looks like I have to learn some other way. this dude is all over the place.

  • @LeonisYT
    @LeonisYT 2 роки тому

    Ngl I'm excited about your build of debian. Can't wait to test drive it

  • @Gredran
    @Gredran 2 роки тому +1

    If you go into it with an open source mindset, can you eventually make money somehow?
    I guess donations right? And how do you acquire an open source license?

  • @rickprins_
    @rickprins_ Рік тому +1

    The one thing i dont u derstand is that. What if multiple people fetch the latest version and commit different changes. U still have to do the pulls on that. So lets say 5 people committed changes since u last did a pull. What will then happen? Will stuff just get overwritten or does only the part that they changed get updated?

  • @240p_is_enough
    @240p_is_enough 2 роки тому

    nice video. underrated channel.
    do you have plans for a seperate script for win11? or is the win10 script for both?

  • @ekaksana
    @ekaksana 7 місяців тому +2

    This video's title should be "how to use github...better"

  • @jasethorp2661
    @jasethorp2661 2 роки тому +2

    what a big pile of $%^& git hub wants to sort itself out (or linux) after watching this i wanted to slit my wrists no wonder windows is so unstoppable, im sick of hearing "all you have to do is" followed by 6 weeks of lessons 44 ways to do one thing, i like GUI as does most the world for example windows is still GUI watch as its terminal takes a back seat for 99% of the world. i will continue using linux but its got to look at its self and ask why dont people like our text way of doing same stuf as one click windows lets go back and paint on cave walls. p.s your still the best tech tuber ty for trying chris

  • @hero96559
    @hero96559 Рік тому

    This type of video is amazing.

  • @viltur83
    @viltur83 2 роки тому +5

    Why dose that code say code. And not clone or download or something that looks like hey click here too download me.
    Code sounds like something that the programers owner would use to make a change

  • @zrodger2296
    @zrodger2296 2 роки тому

    I really need to learn git; this was a big help. Thanks!

  • @send2gl
    @send2gl 2 роки тому +2

    What is GIT? Is it an abbreviation? I've searched but cannot find the explanation for the name.

  • @MilindGoel15
    @MilindGoel15 2 роки тому +3

    You can actually do commit and push using vscode itself. Saves time kek

  • @raalfi
    @raalfi 2 роки тому +2

    I'm the windows/linux dual boot daily user, and when i'm on windows i use command-line version of git, it just doesn't feel right when i look at app/gui version.

  • @omiwomy
    @omiwomy 2 роки тому

    Thank you for making it so simple to understand.

  • @zaneearldufour
    @zaneearldufour 2 роки тому +7

    It *might* make sense for github to have a download button for each object in the browser though

    • @davidomar742
      @davidomar742 2 роки тому +2

      no it doesn't, you are mistaking github for something like dropbox.

    • @Praxss
      @Praxss 2 роки тому +2

      Its not file sharing platform

    • @Noodles.FreeUkraine
      @Noodles.FreeUkraine 2 роки тому +2

      @@Praxss Funnily enough, it's exactly that.

    • @timgels2918
      @timgels2918 2 роки тому

      Downloads can be made with creating a release (or clicking download zip file from the repo). A download button for each file would just clutter the ui in my opinion.

  • @mecharenastuff
    @mecharenastuff 2 роки тому +1

    Is there any way to customize my personal dashboard? I'm so close to creating the perfect workflow, I just need to edit what shows up in the "browse activity" section!

  • @0woled
    @0woled 2 роки тому

    what a pleasant piece of content. Very informative !

  • @jefrie7144
    @jefrie7144 2 роки тому

    Im just watching this because I like your channel lol

  • @Zervyx
    @Zervyx 3 місяці тому +1

    So i have a question. im very new to PC and i could be using this completely wrong, but i am trying to download a script i can use for a game. I understand i need to save the script that is on Git. but is there a certain way i need to execute it or something so i could use it?

  • @NaveenResearchTamil
    @NaveenResearchTamil 2 роки тому

    The day the Debian Titus touches the surface,
    I will make it run in at least 100 machines at least by making it a pre-installed os option for Mass adoption.

  • @RachelllKeee
    @RachelllKeee 29 днів тому

    Thanks soooo much! This time i've really understood git!😭

  • @balotibaya2
    @balotibaya2 2 роки тому

    Wow. thank you learned a lot. wanna learned github and this video is a good start

  • @lesbetts5694
    @lesbetts5694 6 місяців тому

    thank you as someone who uses this once in a blue moon .... i knew there was a zip file some where
    also. right click save i only ever seen that trying to grab a photo from a website or something. or downloading a website for offline viewing

  • @b4lderm
    @b4lderm 2 роки тому

    i feel like Linus had 30 minutes to get through that task, reached github, saw the file and right clicked on it to save it, without even seeing if there was any other available option, and rambled about it.

  • @DavidKing-wk1ws
    @DavidKing-wk1ws 2 роки тому

    No its just the way i think. i prefer note pad, abc flow chart or Raptor. Raptor really lets you feel the algorythim and how it works without all the assembly language ( dont like hlls). Takes some time to manually convert however it has really given me a certain appreciation for how windows xp was made as i de code the leaked source. Just dont really like the github perspective of view. Not that its bad or anything like that its just a preference of understanding.

  • @jhunalfi
    @jhunalfi 2 роки тому +2

    can u explain about merging, fixing config commit, im still confused about that

  • @ebiscaia
    @ebiscaia 2 роки тому +1

    Hi CTT,
    Is there any major difference between these methods and git clone?
    Thanks

  • @GrindAlchemyTech
    @GrindAlchemyTech Рік тому

    Thanks for your sharing of knowledge 🧑🏽‍💻🙌🏽💗

  • @xkxk7539
    @xkxk7539 2 роки тому +2

    the problem with github is that they expect you to know how to do things already which is extremely counterintuitive, especially for someone who's trying to get into linux. it's one of the many reasons why i dont see linux becoming a mainstream OS. People in the linux community EXPECT YOU how to do things WITHOUT ASSISTANCE via GUI. TERMINAL OR NOTHING.
    Unless Linux can get GUI extremely basic just like Windows, it will forever stay in the developer mindset and will never reach the average joe.

  • @Paguo
    @Paguo 2 роки тому +1

    I like Linus as he's an important figure on the tech side of the internet. Mainly now that he's covering Linux... and may we like it or not, people are a herd and follow fashion... for bad or for good. In this case it is for good, because it brings people fresh air and can encourage some if not many to, at least, try Linux and open their truncated view on the computing world.
    Now, with the resources he has and the knowledgeable people surrounding him that he also has, it is honestly jaw-dropping how his videos don't pass quality check whatsoever. Because if it did, some illuminated mind would know how tf GitHub works. I bet my left testicle that at least one of his staff knows it, so why don't ask, when you clearly have doubts about it?

  • @sublime_tv
    @sublime_tv 2 роки тому

    Please consider explaining terminology, like "commit, git, pull" etc. when explaining how to use github and also try not to go through pages as fast so we can see what you're doing without having to go back in the video a few times.

  • @dannyc8318
    @dannyc8318 2 роки тому +2

    bro need you help regarding arch linux thing is that i have installed freach arch and chose xfce4 dex and the proble is that i am unable to configure the way of diaplaying network tray in xfce4 pannel and same in the case of bluetooth plz help

  • @hehe-bm5gc
    @hehe-bm5gc Рік тому

    I blink for 1 SECOND and theres a massive chris in my face

  • @iamstartower
    @iamstartower 2 роки тому +11

    Linus teaching tubers how to do it by playing the fool and giving everyone work roasting him... now that's a biz man... learn well young grasshoppers...

    • @ChrisTitusTech
      @ChrisTitusTech  2 роки тому +5

      So True, At the end of the day it equates to more views for him. I always try to leave a link to the source video when I take a snippit and I think many others do the same.

  • @OENIGMA1
    @OENIGMA1 2 роки тому

    I like the 4th way. lol. This is the video I was looking for to help me out. I use Linux.

  • @DUSTINANGELETTI-b3h
    @DUSTINANGELETTI-b3h Місяць тому

    I sense a little rivalry starting lol

  • @ridwanrawriet9447
    @ridwanrawriet9447 2 роки тому +1

    If you click and save a link on your browser, it downloads the webpage the link was gonna take you to. Isn't that how browsers work Linus?

  • @ZeroB4NG
    @ZeroB4NG 2 роки тому +2

    2:12 ....aaand you lost me

  • @GRHmedia
    @GRHmedia 2 роки тому

    The save as is from when people used to directly link to the file. In those cases it works. I guess Linux didn't realize the site didn't do that.

  • @MartyAckerman310
    @MartyAckerman310 2 роки тому

    There's gonna be a cottage industry cleaning up after LTT.

  • @FranLMSP
    @FranLMSP 2 роки тому

    0:40 Linus... that's literally how a web browser works lmao

  • @yanasitta
    @yanasitta 2 роки тому

    I avoid these types of pitfalls by not watching vids from Linus tech something

  • @samsh0-q3a
    @samsh0-q3a 2 роки тому +2

    This is why it's just not fair to treat Linus like the average new-linux-user lol he doesn't read labels, he doesn't follow instructions, he just brute forces things he doesn't understand then throws his hands up and says "bad" lol. This is primarily why I don't push the penguin on people who use Windows, they just expect windows then throw a fit when it's not!

    • @ChrisTitusTech
      @ChrisTitusTech  2 роки тому

      In this regard, I wanted to show this isn't a Linux problem. I purposely started this video with one of my Windows GitHub projects that I mainly edit and test in Windows. Github might have been created by Linus Torvalds, but it is an amazing innovation for EVERY development community in EVERY operating system.

    • @user-he4ef9br7z
      @user-he4ef9br7z 2 роки тому

      The average new to linux user would be different from the average gamer. The new to linux user is expecting to learn stuff while a gamer moving to linux just wants to get the games running and thinks the terminal is how you talk to interdimensional beings.

  • @kgamer121
    @kgamer121 2 роки тому +2

    Disappointed he didn't show what to actually do after downloading the zip file.
    Because I've downloaded zip files, extracted them, and then can't seem to find any kind of .exe file in them to do anything with it. I've had this issue with numerous files from github, so I know it's something I must be doing wrong.
    I go to Code -> Download zip -> I create a folder on my desktop that I put the zip file in -> Right click the zip and click Extract here -> the zip file has "-master" at the end -> I look into the extracted folder and there is no .exe file to start anything up with or install anything. No idea what I'm doing wrong. Had this issue with both XOutput and ViGEmBus that I tried to download from github

    • @GYTCommnts
      @GYTCommnts 2 роки тому

      Exactly! From a "plain user" standpoint, is not common sense to have the knowledge that you need to compile or work in some way what you have downloaded. It may be obvious for a developer, but a standard user may not know (and shouldn't be required) how to work around compiling, troubleshooting dependencies and other difficulties that you need to work out after you download that GitHub content.

  • @netlogis
    @netlogis 2 роки тому

    Very good & it was fun for obvious reasons;)

  • @MichaelJHathaway
    @MichaelJHathaway 2 роки тому +2

    I don't think everyone should learn GitHub. If you are not a developer or building projects, then don't bother. And Sourceforge is easier and it will store more variable file types. If you do use GitHub and you need help, look into adding bounties to your project. I have gotten help from high level programmers by attaching $100 bounty to a project.

    • @alanelston2330
      @alanelston2330 2 роки тому +1

      I think maybe Chris should think about learning GitHub, Lol. He seems to have messed a few thing up on his windows 10 project there, bless him :)

  • @nouralhudamail
    @nouralhudamail 4 місяці тому

    I am trying to upload or making some projects into Repositories, any adviced ? I am trying many methods something's not right ...