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 thing......Thank you Raghav Pal, you saved my life......I am so happy to learn this step. One more on my career change.....
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 :)
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...
it never changes. i once started work for a tech company once where the documentation on env setup was pretty out of date. and then we got some new comp sci interns in and they didn't have a clue how to set it up either because thanks, college. the CEO berated them.. well, the one he wasn't related to.. so i sat with them and fed them commands until we figured it out. since setup is so stack dependent, things can get interesting. ig my pt is: don't be shocked or feel like you know less than others as this happens throughout your life. :)
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.
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.
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.
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...
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
@@RaghavPal You are welcomed! Please, I'm very new to what you are teaching. I'm having problems with the step 5, where we should cd into the folder where it is located the file. This is what I have. Mac-mini-di-Felix:/ felixtamofo$ cd /Documenti/ -bash: cd: /Documenti/: No such file or directory Why is it not working in this case?
Hi, you will have to provide the complete path like /Users/raghav/Desktop/abc.txt If you select the file/folder and press *command+i* , you can copy the path from *where* field
Thank you very much for the video. This is very helpful. I need a small clarification: 4:50 - Will git only recognize Github credentials and map any changes only to it? How can we link Git with other such platforms like Bitbucket or GitLab?
This is amazing, thank you so much! I have a little doubt, if you have been committing before pushing to your Github repository, where does that go? I thought you needed first a repository to commit it there. THANKS!
Very well done, and thank you. Unfortunately since GitHub now requires Access Tokens for the authentication, parts of this are a little outdated. (The change is at 15:40)
Many thanks for the videos. I have started to learn DevOps and taking a lesson from your today's Sunday story, I am creating small milestones to learn DevOps though I know village is thousands of miles away. Just one question as these videos were uploaded in 2016. Any changes/updates till now ?
great video however I am struggling at 8:43 where I input the line to link the Git with the folder, it comes up with "cd: no such file or directory:" I checked several times to put the right folder in, any thoughts?
Thanks Raghav for this excellent tutorial. I have a question though. If i have multiple projects, should i create seperate remote repository for each project or add multiple projects to same remote repository. What is advisable as a best practice and what are pros and cons of the same.
Loved the listing of steps I’m going to write them all down. I intend to use this to add some additional practice problems to the UNWRAP app created by hacking with swift. Will I need to create another repository and clone his whole project into it on my computer?
Hi Rajesh, On windows you will have an option on the header menu or toolbar or you can do it from control panel. support.microsoft.com/en-us/help/14201/windows-show-hidden-files
Hi, While connecting/pushing to github from any external platform/tool, you will NOW need to provide ACCESS TOKEN in place of password To generate Access Token 1. Login to your GitHub account 2. Verify your email address, if it hasn't been verified yet. 3. In the upper-right corner of any page, click your profile photo, then click Settings. 4. In the left sidebar, click Developer settings. 5. In the left sidebar, click Personal access tokens. 6. Click Generate new token. 7. Give your token a descriptive name. 8. To give your token an expiration, select the Expiration drop-down menu, then click a default or use the calendar picker 9. Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select repo. 10. Click Generate token
You can use git clone to get the project from github (or any repo) to your local system and then based on the type of project you can use IDE to work on it.
Hi, thank you so much for your videos, its great and so much clear explanation! i followed all your step and successfully finish it, but one thing made confuse, after I finish step " - git push -u origin master", its asking my github email and password, but when you do it doesnt, do you think something wrong in my Mac or bash ? I would be more than thanksfull if you can give me your advices. thank u again!
Hi Kaibinuer, you can setup the github credentials using the following commands git config user.name "someone" git config user.email "someone@someplace.com"
Hi Vignesh, once you start git on any folder. All changes in that folder can be pushed to github. If you create a folder inside it, it can also be committed and pushed to github
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 thing......Thank you Raghav Pal, you saved my life......I am so happy to learn this step. One more on my career change.....
This is so great and touching Delubio. Thanks for your message.
Thanks a million ....
Absolutely. Thank you Raghav!!
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 :)
Hi Praveen, Most welcome
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...
Thanks for watching
it never changes. i once started work for a tech company once where the documentation on env setup was pretty out of date. and then we got some new comp sci interns in and they didn't have a clue how to set it up either because thanks, college. the CEO berated them.. well, the one he wasn't related to.. so i sat with them and fed them commands until we figured it out. since setup is so stack dependent, things can get interesting. ig my pt is: don't be shocked or feel like you know less than others as this happens throughout your life. :)
I'm only half-way through it, but just wanted to express gratitude for such a comprehensive way of delivering information. Thank you Raghav
Most welcome Oleksiy
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.
Hi Ishmael, Thanks for the message
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.
So glad to see your message J B. Wish you all the best.
Great tutorial brother, you're making my uni classes a lot easier :)
So happy to know this. Here are all playlists - automationstepbystep.com/online-courses/
do you call women sister?
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.
So Happy to know this Manya
Dude, this video is such a life saver.
Thanks for making it.
As a first time user of git, it helped me a lot.
You're welcome Abhinav. Humbled
Man, this has been the best git tutorial. So easy to follow. Thanks a lot!
You're very welcome! Humbled
Another excellent tutorial. I don't think I would've gotten far without your help. Much appreciated.
So happy to know this J C
I love how you went step by step. Keep up the GREAT WORK. Thank you!
Most welcome
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...
Most welcome and thanks for your kind words. Humbled
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!
Thanks a lot Louis
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
I am glad it helped. Keep learning.
Very nicely explained with all the links and commands provided in the description. Thank you!
You're welcome
Thanks Raghav. Wasn't able to understand the tutorial shared by other youtubers. Then searced for yours, you have expalined it very well.
I am glad it helped Ahmed
Exactly what I needed to start working with Git, thanks a lot!
Glad it helped!
Man, thank you very much, I spent hours trying to do it before find you video.
Great to know this. Keep learning
Great tutorial , i was stumped trying to firgure out some hiccups i ran into trying to do schoolwork. Keep up the good work!
Glad I could help Morgan
You are our heroe! True heroes are those that make other people heroes just like you are making me and many other to be! Great tutorial!
One of the best messages I have received, Thanks and most welcome
@@RaghavPal
You are welcomed! Please, I'm very new to what you are teaching. I'm having problems with the step 5, where we should cd into the folder where it is located the file. This is what I have.
Mac-mini-di-Felix:/ felixtamofo$ cd /Documenti/
-bash: cd: /Documenti/: No such file or directory
Why is it not working in this case?
Hi, you will have to provide the complete path like /Users/raghav/Desktop/abc.txt
If you select the file/folder and press *command+i* , you can copy the path from *where* field
you saved me. I had to wipe my Mac clean and for 4 days I have not been able to get my GitHub to work thank you so much.
Glad I could help Yoni
a very well done tutorial, Raghav!
Thanks Anmol
Thanks so much for the tutorial! Seriously... exactly what I was looking for!
You're welcome Henry
THANK YOU SIR. This video was so clear, helpful and concise.
Most welcome Evelin
Wonderful video...I could follow and do everything....Thank you for making and uploading.
You're very welcome Suprotim
Thank you so much for your time and effort, for sharing your knowledge with us. Thank you and keep the good work.
I am glad it helped Wilson
THANK YOU for zooming in on your videos!!!
My pleasure!!
very helpful video... That what I was looking for. Thanks a lot Rahav
Most welcome Sunita
this is the best tutorial I have seen so far thank you so much!!!
Hi Brenda, So happy and humbled to see this
Thank you so much, this was very well explained!
You're welcome Anthony
many thanks to the author, it is really helpful, even in 2020 can't find better tutorial for absolutely beginners
So happy & humbled to know this Aleksis.
wonderfull! that was the most didactic video I have ever seen. have my gongrats
Thanks
this tutorial save my life
I am so happy & humbled to read this
It was great, informative and to the point. Thank you so much for your time and effort.
Most welcome Behrooz
Amazing explanation. One can't explain better than this.
So happy and humbled to see your message
Thank you for the content Raghav!
Most welcome Ivan
Thanks dude.
You have done a great job
glad you liked it. Keep learning.
the way you explain the git is awesome
thank you
You're welcome Reza
Thank you so much, your tutorials are best ever.
You're very welcome Kazi
Thank you very much for such detailed guide!
You're welcome Alexey
Thanks a lot Raghav Pal! Very useful video!!!
Most welcome Vasile
Thanks. Very useful for beginner
Thank you so much, your video is very helpful
You are welcome Ikram
Great tutorial. Thank you!!
You're very welcome Rucha
Thank you for making this so easy to follow!
You are so welcome
@@RaghavPal do you have a video on git bare repository ? as I'm having trouble getting it to work
Not yet
Very informative video.
Gracias saludos desde Ecuador
De nada
very helpful tutorials
dude great work thank you
thanks for watching Sachin
Can able to upload teamcity sessions as like genkins
Will do in future.
Thank you. Informative and helpful!
You're welcome Saroj
thank you, this really helped alot!
great to know this Arthur
Awesome tutorial!! Very simple to follow :)
Happy to know this Dooham
thank you so much... i almost give up my degree if it's not bcs of you lol
All the best Dyza
Very helpful!! Thanks!!!
You're welcome Jen-Li
Clear and easy to follow~ thanks ^_^
You're welcome Yi Ren
Great series! Thank you.
You're welcome Rob
Thank you so much!
You're welcome
Hey ! your videos are really awesome.. i'm expecting your videos on Terraform
Very soon! Thanks for watching
Sir God bless you, thank you so much
Most welcome Ibrahim
Thank you very much for the video. This is very helpful.
I need a small clarification: 4:50 - Will git only recognize Github credentials and map any changes only to it? How can we link Git with other such platforms like Bitbucket or GitLab?
Hi Harish, you should be able to use any git platform
Very helpful, Thank you
You're welcome Madhura
Great work, thank you.
You're welcome Mert
Great tutorial Raghav, thank u so much, was very helpful ;)
You're welcome Jolly
Thanks a lot, you're the man
You're welcome Andres
Great work...Thank you so much Raghav.
You're welcome Dasari
This is amazing, thank you so much! I have a little doubt, if you have been committing before pushing to your Github repository, where does that go? I thought you needed first a repository to commit it there. THANKS!
Git manages that, and finally pushes the committed changes to repo
Super clean :) Please do add the content of creating a new key and adding in keychain access. (Authorization Error)
Sure Rohith
great tutorial. thank you
You're welcome Ramsey
Very well done, and thank you. Unfortunately since GitHub now requires Access Tokens for the authentication, parts of this are a little outdated. (The change is at 15:40)
Yes, I will update Rob, thanks
Nice video! I like it
you are a great guy
Thanks... humbled
Many thanks for the videos. I have started to learn DevOps and taking a lesson from your today's Sunday story, I am creating small milestones to learn DevOps though I know village is thousands of miles away.
Just one question as these videos were uploaded in 2016. Any changes/updates till now ?
Hi Suprotim, this should work fine now too. If you face any issues can let me know in comments
Nice work!!!!!
Thanks Keshav
great video however I am struggling at 8:43 where I input the line to link the Git with the folder, it comes up with "cd: no such file or directory:" I checked several times to put the right folder in, any thoughts?
Hi, check there are no spaces in any folder names or put the path within quotes " "
@@RaghavPal hello i am having the same problem. i checked thereare no spaces and i also tried putting the whole path in quotes
you are awesome man, thank you!!!
You're welcome Raphaël
That is a great video, can you make one with git pull as well? Thanks
Sure Sophia, I will plan,
Thank You Sir
Most welcome
Thanks Raghav for this excellent tutorial. I have a question though. If i have multiple projects, should i create seperate remote repository for each project or add multiple projects to same remote repository. What is advisable as a best practice and what are pros and cons of the same.
Hi Raval, separate repo for each project
It was great I really like that
Thanks Fardin
Thanks for the videos sir Please do videos on packer or terrraform or Ansible
Sure I will do Suryanarayana
Loved the listing of steps I’m going to write them all down. I intend to use this to add some additional practice problems to the UNWRAP app created by hacking with swift. Will I need to create another repository and clone his whole project into it on my computer?
Perhaps I need to watch some more tutorials
Hi Judy, sure pls see the entire playlist automationstepbystep.com/online-courses/
THANK YOU!!!!
You're welcome!
just drag the folder to the Terminal icon to cd into it
Yes, thanks for the info
Just what I needed.
how to fins tools folder on mac.
can we create new folder simply on mac desktop or we have to go under tools/desktop/git /my folder.
Hi Ayesha, this folder I created myself, You can create anywhere on your system with any name
@@RaghavPal shukria
good job bro.
Thanks Rohit
good for start
Thanks for watching.
Hi Raghav, Thank you for this video. Can you say, what is the command to view the hidden .git folder in windows?
Hi Rajesh, On windows you will have an option on the header menu or toolbar or you can do it from control panel. support.microsoft.com/en-us/help/14201/windows-show-hidden-files
@@RaghavPal ok thanks Raghav.
Thanks!!
You're welcome
not able to push my files
asking for username and password
after entering right user and pass says authentication failed.
plss...some soln
Hi, While connecting/pushing to github from any external platform/tool, you will NOW need to provide ACCESS TOKEN in place of password
To generate Access Token
1. Login to your GitHub account
2. Verify your email address, if it hasn't been verified yet.
3. In the upper-right corner of any page, click your profile photo, then click Settings.
4. In the left sidebar, click Developer settings.
5. In the left sidebar, click Personal access tokens.
6. Click Generate new token.
7. Give your token a descriptive name.
8. To give your token an expiration, select the Expiration drop-down menu, then click a default or use the calendar picker
9. Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select repo.
10. Click Generate token
thanks share that mutch content.plz upload the bitbucket videos also and diff git vs bitbucket
I will do Sunit, thanks for watching
Hi Raghv, After git status i tried to add a .txt folder but got a error command not found
Hi Shireesh, are you on windows or mac. You can also add the file manually
I’m assuming that once I clone his project I can use Xcode to make the changes and then do the add and commit when ready
You can use git clone to get the project from github (or any repo) to your local system and then based on the type of project you can use IDE to work on it.
Hi, thank you so much for your videos, its great and so much clear explanation! i followed all your step and successfully finish it, but one thing made confuse, after I finish step " - git push -u origin master", its asking my github email and password, but when you do it doesnt, do you think something wrong in my Mac or bash ? I would be more than thanksfull if you can give me your advices. thank u again!
Hi Kaibinuer, you can setup the github credentials using the following commands
git config user.name "someone"
git config user.email "someone@someplace.com"
thanks
You're welcome Abul
Can you tell how to add a folder in github using git
Hi Vignesh, once you start git on any folder. All changes in that folder can be pushed to github. If you create a folder inside it, it can also be committed and pushed to github
@@RaghavPal thanks for your information
Do you need Xcode to download Git?
No
Can we commit a single file out of multiple files which are in staging area?
Yes Richa you can. You can do
git add filename
instead of
git add .
Raghav you beautiful man, thank you
Most welcome Samee
Life saver!!!
So happy to know it helped Merisa