How to Use GitHub

  Рет қаралды 348,029

Chris Titus Tech

Chris Titus Tech

Күн бұрын

Don't look like a noob when you see any git project, but learn its POWER! Git is one of the greatest tools ever invented...
Link to source LTT video of what not to do: (Linux Challenge Part 2) • This is NOT going Well... .
►► Digital Downloads ➜ www.cttstore.com
►► Reddit ➜ / christitustech
►► Titus Tech Talk ➜ / titustechtalk
►► Twitch ➜ / christitustech

Пікірлер: 309
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
Links from the Video Github Desktop (Windows): desktop.github.com/ GitHub Desktop (Linux): github.com/shiftkey/desktop/releases LTT Linux Challenge Part 2: kzbin.info/www/bejne/aXabenqva65sjdE
@thatguyalex2835
@thatguyalex2835 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
Git was first released 16 years ago by Linus Torvalds to manage the development of the Linux kernel.
@utubepunk
@utubepunk 2 жыл бұрын
Really?
@BlindRambler
@BlindRambler 2 жыл бұрын
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 жыл бұрын
@@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.
@vaisakhkm783
@vaisakhkm783 2 жыл бұрын
@@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 жыл бұрын
@@vaisakhkm783 Thank you for the explanation.
@steveP526
@steveP526 2 жыл бұрын
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 жыл бұрын
I also need to digitize a box or 5 of vhs tapes. What are you using to do it?
@steveP526
@steveP526 2 жыл бұрын
@@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 жыл бұрын
@@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 жыл бұрын
​@@utubepunk I think I might have made a KZbin 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 жыл бұрын
@@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.
@professormoriarty703
@professormoriarty703 2 жыл бұрын
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 Жыл бұрын
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.
@princemjmc
@princemjmc 2 жыл бұрын
The tutorial I've been waiting for, Thanks Chris!
@chrislee4531
@chrislee4531 Жыл бұрын
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
@gamunu.b
@gamunu.b 2 жыл бұрын
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 жыл бұрын
Pointing out a specific channel's mistake is not right because it could get people to distrust the channel, therefore, harming it
@jonathanvazquez1737
@jonathanvazquez1737 Жыл бұрын
@@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 Жыл бұрын
@@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
@blevenzon
@blevenzon 2 жыл бұрын
Chris thanks so much for this. Love your content and can’t wait for your distro.
@blackmennewstyle
@blackmennewstyle 2 жыл бұрын
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 жыл бұрын
"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.
@andreagalet3192
@andreagalet3192 2 жыл бұрын
Really easy to understand and full of priceless information for a developer, i really would like to see another video about it
@zinsy23
@zinsy23 2 жыл бұрын
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.
@CrazyTech200
@CrazyTech200 2 жыл бұрын
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 жыл бұрын
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.
@notation254
@notation254 Жыл бұрын
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!
@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!
@gamerking64
@gamerking64 2 жыл бұрын
This is ACTUALLY what im waiting for! Thanks chris!!!
@RobsonLuizRL
@RobsonLuizRL 2 жыл бұрын
Awesome as always! Thanks, Chris!
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
My pleasure!
@roku-toiletpapersquad8664
@roku-toiletpapersquad8664 2 жыл бұрын
Ive been searching for this in your channel!!
@kevalnakar6281
@kevalnakar6281 2 жыл бұрын
This one was much needed 🤩thanks man
@foreducation408
@foreducation408 2 жыл бұрын
Really good video Chris, loved it.
@johnnydingo8680
@johnnydingo8680 2 жыл бұрын
Thanks Chris for your contributions.
@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.
@DarkSide3211
@DarkSide3211 11 ай бұрын
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!
@omiwomy
@omiwomy 2 жыл бұрын
Thank you for making it so simple to understand.
@marka.200
@marka.200 2 жыл бұрын
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.
@bobbybologna3029
@bobbybologna3029 2 жыл бұрын
thanks chris, i was going to learn this on my own, was going to attempt forking a pretty big niche project lol
@zrodger2296
@zrodger2296 2 жыл бұрын
I really need to learn git; this was a big help. Thanks!
@LeonisYT
@LeonisYT 2 жыл бұрын
Ngl I'm excited about your build of debian. Can't wait to test drive it
@ehsancharolia3297
@ehsancharolia3297 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
Git is very powerful. Even I'm a software developer, I only use a fraction of it's feature.
@ehsancharolia3297
@ehsancharolia3297 2 жыл бұрын
@@roridev Yeah exactly.. Hopefully I get a good grasp of it with time..
@ehsancharolia3297
@ehsancharolia3297 2 жыл бұрын
@@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 :')
@owoled282
@owoled282 2 жыл бұрын
what a pleasant piece of content. Very informative !
@unnatshaneshwar6477
@unnatshaneshwar6477 2 жыл бұрын
wait what!!??!! I didn't expected that from Linus!!
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
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 жыл бұрын
I thought Linus couldn't get any more cringe but I was wrong
@tailsorange2872
@tailsorange2872 2 жыл бұрын
@@ChrisTitusTech Linux Tech Tips when?
@bobbybologna3029
@bobbybologna3029 2 жыл бұрын
he barely gets by on Windows, what can you expect? lol
@TonyLing
@TonyLing 9 ай бұрын
Thanks Titus, that fills in a number of blanks for me
@hyperqprime
@hyperqprime 2 жыл бұрын
Now this is a useful video. Thank you
@jordantmp
@jordantmp 2 жыл бұрын
oh my lands i needed this at the beginning of the school year😅
@DF1.j
@DF1.j 2 жыл бұрын
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 жыл бұрын
@@DF1.j Watched your clips, weird.
@balotibaya2
@balotibaya2 Жыл бұрын
Wow. thank you learned a lot. wanna learned github and this video is a good start
@GrindAlchemyTech
@GrindAlchemyTech Жыл бұрын
Thanks for your sharing of knowledge 🧑🏽‍💻🙌🏽💗
@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?
@alanelston2330
@alanelston2330 2 жыл бұрын
Its for both
@AnzanHoshinRoshi
@AnzanHoshinRoshi 2 жыл бұрын
Thank you, Chris. Very true.
@gamerking64
@gamerking64 2 жыл бұрын
Sometimes...Life is not about money...THIS IS THE SENTENCE GUYS!
@hamsterwolf
@hamsterwolf 2 жыл бұрын
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 жыл бұрын
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.
@ebiscaia
@ebiscaia 2 жыл бұрын
Hi CTT, Is there any major difference between these methods and git clone? Thanks
@hero96559
@hero96559 Жыл бұрын
This type of video is amazing.
@SebHighDef
@SebHighDef 2 жыл бұрын
you skipped the part where he mentioned that someone explained to him that that's the way to do it
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
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.
@457dragon
@457dragon 2 жыл бұрын
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!
@juliewalker9509
@juliewalker9509 2 жыл бұрын
i needed this thank you very much
@meowcula
@meowcula 2 жыл бұрын
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 жыл бұрын
Very nice comment. Explains how KZbin 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
@mitos1997
@mitos1997 2 жыл бұрын
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!
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
Glad I could help!
@NaveenResearchTamil
@NaveenResearchTamil 2 жыл бұрын
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!
@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.
@hehe-bm5gc
@hehe-bm5gc 10 ай бұрын
I blink for 1 SECOND and theres a massive chris in my face
@netlogis
@netlogis 2 жыл бұрын
Very good & it was fun for obvious reasons;)
@lesbetts5694
@lesbetts5694 Ай бұрын
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
@send2gl
@send2gl 2 жыл бұрын
What is GIT? Is it an abbreviation? I've searched but cannot find the explanation for the name.
@jefrie7144
@jefrie7144 2 жыл бұрын
Im just watching this because I like your channel lol
@trutu5592
@trutu5592 2 жыл бұрын
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
@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.
@rickprins_
@rickprins_ 9 ай бұрын
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?
@swapnil72
@swapnil72 2 жыл бұрын
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 ∞
@GiancarloCarccamo
@GiancarloCarccamo 2 жыл бұрын
Great video, you re a great man
@UglyStru
@UglyStru Жыл бұрын
So what's the difference between you pushing something and someone else creating a pull request? Is a "Pull Request" completely different? Where the code goes to some sort of pending state to be reviewed by you before merging with the master?
@deadeyeemo
@deadeyeemo 11 ай бұрын
looks like I have to learn some other way. this dude is all over the place.
@PigeonPrint
@PigeonPrint 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 жыл бұрын
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.
@FallenAngelGER
@FallenAngelGER 2 жыл бұрын
what's that for a ddon you use to see what things who and when changed?
@masego.
@masego. 26 күн бұрын
I'm so confused but I'm very much interested in this
@ridwanrawriet9447
@ridwanrawriet9447 2 жыл бұрын
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?
@mecharenastuff
@mecharenastuff Жыл бұрын
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!
@pajlau
@pajlau 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.
@bonyantony437
@bonyantony437 2 жыл бұрын
can you make a video regarding you completed linux setup shown in git video
@MartyAckerman310
@MartyAckerman310 2 жыл бұрын
There's gonna be a cottage industry cleaning up after LTT.
@jhunalfi
@jhunalfi 2 жыл бұрын
can u explain about merging, fixing config commit, im still confused about that
@dannyc8318
@dannyc8318 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
@jtodora
@jtodora 2 жыл бұрын
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 жыл бұрын
Agreed. Most people like me don't use dark mode. :) It is off-putting also.
@jtodora
@jtodora 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 жыл бұрын
@@jtodora I just use normal mode. :)
@BitsOfTruth
@BitsOfTruth 2 жыл бұрын
Hi. Is there anyway to get HWiNFO to run in Linux Mint? Or is the repository Install button and zip file in GitHub only there to tease us?
@robinhahn6987
@robinhahn6987 2 жыл бұрын
Thanks for this video. BTW, also runs on the Mac.
@tryanderrorworld7421
@tryanderrorworld7421 2 жыл бұрын
Hey can one be able to flash phones in Linux or are there any tools for that. Especially ones that work like miracle box with multiple tasks or functions.
@zaneearldufour
@zaneearldufour 2 жыл бұрын
It *might* make sense for github to have a download button for each object in the browser though
@davidomar742
@davidomar742 2 жыл бұрын
no it doesn't, you are mistaking github for something like dropbox.
@Praxss
@Praxss 2 жыл бұрын
Its not file sharing platform
@Noodles.FreeUkraine
@Noodles.FreeUkraine 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.
@toranshaw4029
@toranshaw4029 2 жыл бұрын
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.
@MilindGoel15
@MilindGoel15 2 жыл бұрын
You can actually do commit and push using vscode itself. Saves time kek
@ShiroCh_ID
@ShiroCh_ID 2 жыл бұрын
nice timing
@FranLMSP
@FranLMSP 2 жыл бұрын
0:40 Linus... that's literally how a web browser works lmao
@toromac9786
@toromac9786 2 жыл бұрын
Could be wrong, but I seem to remember that Linus said that the dev told him to save as 🤔🙄😬
@InnocenceVVX
@InnocenceVVX 10 ай бұрын
Hey, this helped. Thx.
@Durkhead
@Durkhead 2 жыл бұрын
Just in time for Xmas I need some software to control led lights
@HikaruAkitsuki
@HikaruAkitsuki 2 жыл бұрын
There is so much fun in Linux Community than expected. You never see this in Windows, and if… most of them are toxic!
@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.
@viltur83
@viltur83 2 жыл бұрын
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
@alanelston2330
@alanelston2330 Жыл бұрын
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
@MegaLokopo
@MegaLokopo 2 жыл бұрын
Why wouldn't you have a download button?
@Gredran
@Gredran 2 жыл бұрын
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?
@jordantmp
@jordantmp 2 жыл бұрын
4:40 i was using the script the other day on a new build and whilst trying to install VLC i did notice it say notepad++ 😅
@poletooke4691
@poletooke4691 5 ай бұрын
Wait, how do I pull out this "browser" thingy in github desktop?
@OENIGMA1
@OENIGMA1 Жыл бұрын
I like the 4th way. lol. This is the video I was looking for to help me out. I use Linux.
@LexiLominite
@LexiLominite 2 жыл бұрын
OP ! chris
@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.
@yanishammaci8638
@yanishammaci8638 Жыл бұрын
Thank you broo
@shawnwilkersonPhD
@shawnwilkersonPhD 2 жыл бұрын
@6:40 Debian grandfather of all Linux Distros? Haven't ever head that before.
@ChrisTitusTech
@ChrisTitusTech 2 жыл бұрын
Lol, technically slackware and others are older, but Debian is the most forked distro in existence with Ubuntu and all it's derivatives falling under its umbrella.
@hastabirbudhamagar4645
@hastabirbudhamagar4645 Жыл бұрын
Hello sir! Please give me reference screen recording software use on your video
@cedricsilvinoz
@cedricsilvinoz 2 жыл бұрын
I always knew there will be workaround for everything in linux.. simply the point is it wasn’t that easy to directly figure out for a common person grown up forced to use windows
@barry5
@barry5 2 жыл бұрын
Neither git or github are a linux specific thing... Blame Microsoft if you don't like github.
@babsNumber2
@babsNumber2 2 жыл бұрын
@@barry5 He didn't mention Github anywhere in his comment. He just said it wasn't that easy to directly figure out for a common person grown up forced to use windows. That's true for Linux desktops.
@WilliamLDeRieuxIV
@WilliamLDeRieuxIV 2 жыл бұрын
3:14 Uh-oh! .....Your giving Linus too many ways to download a file.
@yanasitta
@yanasitta 2 жыл бұрын
I avoid these types of pitfalls by not watching vids from Linus tech something
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 376 М.
What is GitHub | how to use it | benefits of GitHub
7:21
Code Institute
Рет қаралды 33 М.
PINK STEERING STEERING CAR
00:31
Levsob
Рет қаралды 20 МЛН
We Got Expelled From Scholl After This...
00:10
Jojo Sim
Рет қаралды 36 МЛН
Is it Cake or Fake ? 🍰
00:53
A4
Рет қаралды 17 МЛН
⬅️🤔➡️
00:31
Celine Dept
Рет қаралды 32 МЛН
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
23:30
Skill Foundry
Рет қаралды 62 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
Git and GitHub - 0 Experience to Professional in 1 Tutorial (Part 1)
36:57
Reacting to Controversial Opinions of Software Engineers
9:18
Fireship
Рет қаралды 2 МЛН
My Bash Prompt
11:39
Chris Titus Tech
Рет қаралды 33 М.
Git It? How to use Git and Github
12:19
Fireship
Рет қаралды 718 М.
Learn Github in 20 Minutes
20:00
Colt Steele
Рет қаралды 434 М.
Windows Utility Improved for 2024
17:56
Chris Titus Tech
Рет қаралды 241 М.
Git and GitHub Tutorial For Beginners | Full Course [2021] [NEW]
2:21:43
Git, GitHub, & GitHub Desktop for beginners
22:16
Coder Coder
Рет қаралды 708 М.
Как работает автопилот на Lixiang L9 Max
0:34
Семен Ефимов
Рет қаралды 14 М.
сюрприз
1:00
Capex0
Рет қаралды 1,3 МЛН
Жёсткий тест чехла Spigen Classic C1
0:56
Romancev768
Рет қаралды 713 М.
One To Three USB Convert
0:42
Edit Zone 1.8M views
Рет қаралды 438 М.