Git and GitHub Beginner Tutorial 2 - Getting started - Install Git (mac)

preview_player
Показать описание
Today we will learn
1. How to download and install git
2. Signup and create account on GitHub
3. Add a project/folder/file to git
4. Track and commit changes
5. Add the repository to GitHub
______________________________________
Step 1 - Check if git is already installed: 0:32
Step 2 - Download and install git: 1:52
Step 3 - Signup and create an account on GitHub: 3:40
Step 4 - Add your GitHub email and username to git: 4:50
Step 5 - Add file/folders to git - tracking: 6:44
Step 6 - Commands: 8:43

Step 1 : Check if git is already installed.
terminal - git --version

Step 2 : Download and install git

Step 3 : Signup and create a account on GitHub

Step 4 : Add your github email and username to git

Step 5 : Add file/folders to git - tracking

Step 6 : Commands
- terminal - goto the location of the folder/project
- git init
- git status
- git add
- git commit -m “…..”
- git remote add origin “location of remote repo”
- git push -u origin master
- git log
- git --help

________ ONLINE COURSES TO LEARN ________

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ JAVA ------------

------------ MAVEN ------------

------------ OTHERS ------------

------------ Follow ------------

You can support my mission for education by sharing this knowledge and helping as many people as you can.
Рекомендации по теме
Комментарии
Автор

That´s how you do a TUTORIAL, a thorough, comprehensive, and really well explained class for a complete beginner. If you cannot learn from this tutorial, go cut some grass. I was about to go back to landscaping and give up this you Raghav Pal, you saved my am so happy to learn this step. One more on my career

delubiod
Автор

Thanks so much for this tutorial! It was a lifesaver! Was trying to get Git and Github set up for a class and neither Github nor my class have clear instructions on doing so... so it's going to be a great class lol...

MadamnNikki
Автор

I'm only half-way through it, but just wanted to express gratitude for such a comprehensive way of delivering information. Thank you Raghav <3

OleksiyGrynishyn
Автор

Dear Raghav, I can't express how much I appreciate the tutorial. This was a life saver! Thank you very much for taking the time to explain in such a thorough manner. Very well done and thanks again! PS: Just noticed that it's a 2016 video and I hope you will see this thank you note 5 years later :)

puthiyedathu
Автор

Raghav, I have watched most of your videos as I planned to switch from Oracle DBA to DevOps Engineer, I just want to say thank you for such a great tutorials, your videos are one of the best I have ever come across.

maeli
Автор

I was doing a harvard course and though that man teaches really well he tends to tell the small things because of which I wasn't able to do programming but thanks to you I did it.

manyatiwari
Автор

i have never commented before on any youtube videos but I have give a comment for you that you solve my problem thankyou so much for making detailed video on git and github. i watched lot of videos this do confusing for me you take a bow
thanks again Raghav love from Pakistan...

topsix
Автор

So helpful! Thank you so much!
I've watched lots of videos, but yours are the best. You're so patient, your voice is so calming and you really make me feel like I'm going to succeed and become a good programmer.

RnldsWrap
Автор

Thank You because I PREFER to use a Mac and was behind in my class I'm a Windows User so can do it after the course is over AGAIN Thank You for taking the time to share this information :D

ghettonerdsdev
Автор

Dude, this video is such a life saver.
Thanks for making it.
As a first time user of git, it helped me a lot.

abhinavgarg
Автор

Another excellent tutorial. I don't think I would've gotten far without your help. Much appreciated.

jess
Автор

Man, this has been the best git tutorial. So easy to follow. Thanks a lot!

smart
Автор

Man, I loved this, it was super clear! I did have to do some authorizing but I really appreciate the tutorial! You're the man!

notsogoodbassplayer
Автор

I love how you went step by step. Keep up the GREAT WORK. Thank you!

oscarc
Автор

Great tutorial brother, you're making my uni classes a lot easier :)

DJABA
Автор

Exactly what I needed to start working with Git, thanks a lot!

whatsmyageagain
Автор

Man, thank you very much, I spent hours trying to do it before find you video.

thisnyper
Автор

Thanks Raghav. Wasn't able to understand the tutorial shared by other youtubers. Then searced for yours, you have expalined it very well.

AhmedAli-wmoe
Автор

Great tutorial, i was stumped trying to firgure out some hiccups i ran into trying to do schoolwork. Keep up the good work!

morganfreeman
Автор

Very nicely explained with all the links and commands provided in the description. Thank you!

thedeveloper