Thank you very much for your video, as a beginner i was able to install git on my macbook and create an account on github. Your teaching steps was concise and pace was very easy to follow
Raghav Thank you so much for clear explanation... Because of you now I am very clear with Git tool... Looking forward to see many tools on devops... Thank you again
Great to know this. You can check other playlists below GIT & GITHUBth-cam.com/play/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG.html JENKINS th-cam.com/play/PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG.html JENKINS TIPS & TRICKS th-cam.com/play/PLhW3qG5bs-L8T-0JT464rkIvnUz5q4CQC.html DOCKERth-cam.com/play/PLhW3qG5bs-L99pQsZ74f-LC-tOEsBp2rK.html ALL PLAYLISTSth-cam.com/channels/Tt7pyY-o0eltq14glaG5dg.htmlplaylists?sort=dd&view=1&shelf_id=0
This was an excellent tutorial. The pace, notes, and diagrams were great to follow along with. I'm just beginning my journey to self-learning journey in front-end development and I'm grateful to have stumbled upon your videos. Thank you!
Great Job Mate, I watched your all videos' which are very much helpful in gaining basic knowledge on Git & GitHub. I am impressed by the way you explain in all your videos.Keep up the good work. Thanks Again.
Hi Raghav, First of all I would like to thank you for sharing this video. You explained it in very simple though effective way and its very easy to understand.
Hello Raghav Sir I have some Queries listed below 1. Is the Git Hub course is helpfull for manual/Automation Tester? 2. Is the API testing is mandatory for for manual/Automation Tester/can I start selenium without API Testing? 1.After some years Excperience in QA, Which one is better Working As a individual contributor(Automation tester) or Test/Team Lead(Management level)? Thank you
Bhagyashri 1. Yes, it can help people doing both Manual and Automation testing 2. Yes, you can start without API testing 3. Both is good, it depends on your preference, project requirements etc
Hello, Raghav, Thanks for the videos. I have a question: It I use git as version control for web pages or web frameworks, does git version of assets like images, etc?
Awesome content !! Which operating system you use for creating this content. Is it mac? If so what is requirement and steps to install and enable it. Thank you.
Hi, I have intsllaed Jenkins 2.32.1 on my machine as per your video and while installing I have selected Install Suggested Plugins option also. I have few queries in Jenkins, If you are aware can you please help me here. I am planing to use Jenkins to collect few information. Can you please let me know what all should be done to get this ? I am creating windows images in my environment and normally I check each windows images manually to see whether the imaging is successful or not.I want the success or failure status of windows images to be updated in Jenkins so that when I need, I can login to Jenkins to check the same. Also Once the image creation is completed we use to run a powershell script to validate the image to see all the necessary applications are installed or not and this powershell script used to send an email to our mail box. But I want this step also to be automated from Jenkins using the same powershell script, so that the validation status also get updated on Jenkins behalf of sending emails. Is there any way to accomplish this ?
Hi Shimith, i think you wanted to post this comment on a jenkins video. Anyways, your requirement is very broad. As of now i do not have handy solution for it. May be if you can specify with more information i will try to look into it.
Hi Raghav, Thanks for the reply. 1) After installing Jenkins as a windows service in one of my machine, I am just trying to execute a powershell script remotely in multiple machine and different Operating system ( Eg: :2012, win7, Win8 ,Win10,2008r2 etc), Can you please let me know how I can execute the script remotely on remote machines and save the ouput in Jenkins ? 2) Also is there any way to integrate openstack windows machine in Jenkins, I have installed openstack plugins in Jenkins, But I dont know how I can configure this. Please let me know if you have any idea about this. Thanks in advance.
in git i have doubt sir i got this error in git failed to push some of the refs to hint: updates were rejected because tip of your current branch is behind hint : its is remote counter path integrate the remote changes hint:see the note about fast-forwarding in git push--help hint :git pull...)before pushing again i used this command sir to solve this issue git push -f --set-upstream origin main but again i got a new error sir git@'https' is not supported
Hai sir small doubt how add the some other repository code add to my repository . My frnd git hub account in lot of code is there how to clone the code I forgot sir
Sir, may i ask if i do a clone/pull from the remote repository does it get cloned to the local repository first and then make another copy at index/staging area?
@@RaghavPal Sir, that means there a total of 3 copies when we do the cloning? One at remote repository, another one at local repository ( in the .Git folder) and last one is the main folder itself where we see as a user (Working copy) and there will a partial fourth copy when we make changes and uses the add command to the staging area? Thank you for your kind guidance.
Hi, I am trying to push my files to github by creating a new project. But its getting the error failed to push some refs to 'github.com/nnk-maker/myproject.git' so, what your explanation is wong or correct? COuld you please help me
Hi Krishna, you can do a git pull or fetch first before pushing. If that does not help, you can try to do a rebase, but do it with caution, Check this - th-cam.com/video/KWAZl2QHC44/w-d-xo.html stackoverflow.com/questions/24114676/git-error-failed-to-push-some-refs-to-remote
Yes why not, consider a scenario where you want to run a jmeter test at the end of a build. You can configure your jmeter test with jenkins and polling repository can be github. You can watch this for beginning: JMeter Intermediate Tutorial 1 - How to run JMeter test from Jenkins th-cam.com/video/mYGQPj78YhI/w-d-xo.html
suppose if i need below (link) this project to download right side available download, then how can I fully identify the project what about this? github.com/aFarkas/html5shiv
Hi Tanuja, The sequence is 1. You go to any folder on your system and from command line initialize it on git git init 2. Now you can commit and push 3. Now whenever you make any changes in this folder, you just need to commit and push Just check if by mistake, you are running the commands from any other location on command line
@@RaghavPal thank you but the problem is: I am a mac user and and i open terminal from the folder than do init,add,commit and remote origin in which i put the address of bitbucket repository and then push..i did this mutliple times but my project file never gets uploaded in the repo
Hello Raghav, Hope you are doing good. I just want to ask whether you have videos relating bitbucket. I learn more technical from your videos. I want to built in Bitbucket area too. Please, share me if you have any videos Thanks Mahesh
Hi Raghav can you please explain about the branching strategy, so many interviewer are asking the question and not able answer it please give me the solution for I am waiting for Ur answer.
Hi Farook, you're welcome. Yes this is the last session of this playlist. You can see other playlists here - th-cam.com/channels/Tt7pyY-o0eltq14glaG5dg.htmlplaylists?sort=dd&view=1&shelf_id=0
Hi Raghav, First of all i would like to thank you for sharing this video.i have watched all the videos of git.it's excellent work from you and also can you please share git rebase and git fork concepts as one video sothat it is very helpful for me
Hi Santu, what exactly you want to do with this. I don't think you can checkout multiple git repo in a single jenkins job with jenkins git plugin. Sometime back there was a multiple SCM plugin introduced but that is deprecated now. As a workaround you can create multiple downstream jobs with diff git repo associated OR you can also use pipeline plugin
Thanq for the response. In my recent interview it was asked, in jenkins under scm code management option we can pass git repo url. In the same section we have add repository option , by choosing that we can pass multiple urls but when you run the build it will run job twice or thrice depending on the urls passed. Through github webhook service can we run all URLS at once ?
Sorry to know that Rakesh, What platform are you using. Hope netowrk is fine. Check this playlist - th-cam.com/play/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG.html
Thank you very much for your video, as a beginner i was able to install git on my macbook and create an account on github. Your teaching steps was concise and pace was very easy to follow
Most welcome Jones
Thank you so much for your time and effort, for sharing your knowledge with us. Thank you and keep the good work.
thanks for watching Wilson
Raghav Thank you so much for clear explanation... Because of you now I am very clear with Git tool... Looking forward to see many tools on devops... Thank you again
You're most welcome Krish
Finally i found one beautiful and awesome quick tutorial for devops,and i want to more videos coming from your's tutorial librarary
Great to know this. You can check other playlists below
GIT & GITHUBth-cam.com/play/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG.html
JENKINS
th-cam.com/play/PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG.html
JENKINS TIPS & TRICKS
th-cam.com/play/PLhW3qG5bs-L8T-0JT464rkIvnUz5q4CQC.html
DOCKERth-cam.com/play/PLhW3qG5bs-L99pQsZ74f-LC-tOEsBp2rK.html
ALL PLAYLISTSth-cam.com/channels/Tt7pyY-o0eltq14glaG5dg.htmlplaylists?sort=dd&view=1&shelf_id=0
This was an excellent tutorial. The pace, notes, and diagrams were great to follow along with. I'm just beginning my journey to self-learning journey in front-end development and I'm grateful to have stumbled upon your videos. Thank you!
Happy to know this J C. Pls share with others - automationstepbystep.com/online-courses/
Thank you very much Raghav for explaining so clearly and with diagrams to correlate the concepts
You're welcome Nagesh
Great Job Mate, I watched your all videos' which are very much helpful in gaining basic knowledge on Git & GitHub. I am impressed by the way you explain in all your videos.Keep up the good work. Thanks Again.
you're welcome Ramesh
Dude you are doing a great lot to the learners society.. Thanks and keep posting such great videos .
Thanks Nagakalyan for your wishes.
Hi Raghav,
First of all I would like to thank you for sharing this video. You explained it in very simple though effective way and its very easy to understand.
Karan, glad you liked it. Keep Learning.
You are my teacher. Salute to you
Humbled by your message Zahid. Keep learning.
Thanks a lot for this video..i had been struggling to understand this topic since a long time..u made it really simple and easy to understand..
This is great to know Ciara.
Hate ur audio, but i love the vid, thanks for doing this series about git and github, it was really helpfull. :3 im subscribing
Hi, I understand the audio is bad. I will take care of audio going forward
Hi Raghav
Thanks for sharing your knowledge and making our life easier.
Regards,
JJ
Glad to find your message Jimmy. You're welcome
Thank you Raghav for your video. You explanations were very clear.
Thanks Kanika
Hello Raghav Sir I have some Queries listed below
1. Is the Git Hub course is helpfull for manual/Automation Tester?
2. Is the API testing is mandatory for for manual/Automation Tester/can I start selenium without API Testing?
1.After some years Excperience in QA, Which one is better Working As a individual contributor(Automation tester) or Test/Team Lead(Management level)?
Thank you
Bhagyashri
1. Yes, it can help people doing both Manual and Automation testing
2. Yes, you can start without API testing
3. Both is good, it depends on your preference, project requirements etc
Than you @@RaghavPal
Excellent Job Raghav
At last I found ma place... Subscribed ...
Thanks Midhun
You’re a good teacher.
Thanks
Dear Raghav, Started to watch it & will configure
😀
great
Great tutorial and beautifully explained, Thanks Raghav
Most welcome Aman
Bro it's very useful thanks a lot...pls put all the devops videos...it will be very helpful for who are learning devops ..
Thanks for your message Bharath, will do it soon
Crystal Clear Explanation Sir, Thanks a lot.
You are most welcome
Excellent!!!
Many thanks!
Fantastic explanation. !!!
Glad you liked it!
Thank you for a clear explanation
thank you bro..... your videos very useful.... clear detail information
very well explained.. Kudos to you :)
Thanks a lot Swapnil
Hello, Raghav, Thanks for the videos. I have a question: It I use git as version control for web pages or web frameworks, does git version of assets like images, etc?
mostly its for files/folders source code
Very helpful.Thank you🙏. Can you also please make videos on Dynatrace Monitoring tool if possible.
I will plan Sai
Thank you for sharing this video your videos very useful, clear detailed information :)
you're welcome Naveen
Awesome content !! Which operating system you use for creating this content. Is it mac? If so what is requirement and steps to install and enable it. Thank you.
Hi Yashwant, Yes I use Mac and it has all the tools
Hi Raghav Your way of explanation is to good
Thanks Rajesh
Hi,
I have intsllaed Jenkins 2.32.1 on my machine as per your video and while installing I have selected Install Suggested Plugins option also.
I have few queries in Jenkins, If you are aware can you please help me here.
I am planing to use Jenkins to collect few information. Can you please let me know what all should be done to get this ?
I am creating windows images in my environment and normally I check each windows images manually to see whether the imaging is successful or not.I want the success or failure status of windows images to be updated in Jenkins so that when I need, I can login to Jenkins to check the same.
Also Once the image creation is completed we use to run a powershell script to validate the image to see all the necessary applications are installed or not and this powershell script used to send an email to our mail box. But I want this step also to be automated from Jenkins using the same powershell script, so that the validation status also get updated on Jenkins behalf of sending emails.
Is there any way to accomplish this ?
Hi Shimith, i think you wanted to post this comment on a jenkins video.
Anyways, your requirement is very broad. As of now i do not have handy solution for it. May be if you can specify with more information i will try to look into it.
Hi Raghav,
Thanks for the reply.
1) After installing Jenkins as a windows service in one of my machine, I am just trying to execute a powershell script remotely in multiple machine and different Operating system ( Eg: :2012, win7, Win8 ,Win10,2008r2 etc), Can you please let me know how I can execute the script remotely on remote machines and save the ouput in Jenkins ?
2) Also is there any way to integrate openstack windows machine in Jenkins, I have installed openstack plugins in Jenkins, But I dont know how I can configure this.
Please let me know if you have any idea about this.
Thanks in advance.
in git i have doubt sir i got this error in git
failed to push some of the refs to
hint: updates were rejected because tip of your current branch is behind
hint : its is remote counter path integrate the remote changes
hint:see the note about fast-forwarding in git push--help
hint :git pull...)before pushing again
i used this command sir to solve this issue
git push -f --set-upstream origin main
but again i got a new error sir
git@'https' is not supported
Hi Pranitha, pls check this stackoverflow.com/questions/39399804/updates-were-rejected-because-the-tip-of-your-current-branch-is-behind-its-remot
good one raghav. expecting you will cover from beginning to advance 😎
yes Ravi, we will go from very basic to advanced.
Hai sir small doubt how add the some other repository code add to my repository . My frnd git hub account in lot of code is there how to clone the code I forgot sir
You can either clone or fork the project check this th-cam.com/video/YoGli76EPkU/w-d-xo.html
What is the Difference between Git vs GitHub vs bitbucket . Please
Hi Bhanu, Git is the version control system, GitHub and BitBucket both are repositories and can be used with Git
very helpful. Thank You!!
You're welcome Oratile
am not able to get the ssh key using gitbash and putty(in putty ssh-2 rsa option not available)
Hi Prasad, if you are on windows check if this helps - guides.beanstalkapp.com/version-control/git-on-windows.html
Sir, may i ask if i do a clone/pull from the remote repository does it get cloned to the local repository first and then make another copy at index/staging area?
When you clone, it creates a new folder on your system or uses the folder you are on and clones the project there
@@RaghavPal Sir, that means there a total of 3 copies when we do the cloning? One at remote repository, another one at local repository ( in the .Git folder) and last one is the main folder itself where we see as a user (Working copy) and there will a partial fourth copy when we make changes and uses the add command to the staging area?
Thank you for your kind guidance.
There will be 2 copies, one on remote repo and another in your local system wherever the project is cloned
Hi, I am trying to push my files to github by creating a new project. But its getting the error failed to push some refs to 'github.com/nnk-maker/myproject.git'
so, what your explanation is wong or correct? COuld you please help me
Hi Krishna, you can do a git pull or fetch first before pushing.
If that does not help, you can try to do a rebase, but do it with caution, Check this - th-cam.com/video/KWAZl2QHC44/w-d-xo.html
stackoverflow.com/questions/24114676/git-error-failed-to-push-some-refs-to-remote
Hi Raghav -Is it possible to integrate Jmeter ,github and jenkins?Can you share a video demonstarting that.
Yes why not, consider a scenario where you want to run a jmeter test at the end of a build. You can configure your jmeter test with jenkins and polling repository can be github.
You can watch this for beginning:
JMeter Intermediate Tutorial 1 - How to run JMeter test from Jenkins
th-cam.com/video/mYGQPj78YhI/w-d-xo.html
Awesome explanation. Very simple and fine tuned tutorial
Thanks for watching Aboobacker
Thanks a lot @Raghav.. U rock!!
You're welcome Dhanapal
Great tutorial, please fix the microphone consistency and background noise
Sure Joe, thanks for watching
nice buddy ! very useful..........
suppose if i need below (link) this project to download right side available download, then how can I fully identify the project what about this?
github.com/aFarkas/html5shiv
You can either click on clone or download or use git commands, You can find all commands in next videos of this series
How to upload a project file in existing repository ..whenever i use git push commands it gets uploaded as separate files and not a single folder
Hi Tanuja, The sequence is
1. You go to any folder on your system and from command line initialize it on git
git init
2. Now you can commit and push
3. Now whenever you make any changes in this folder, you just need to commit and push
Just check if by mistake, you are running the commands from any other location on command line
@@RaghavPal thank you but the problem is:
I am a mac user and and i open terminal from the folder than do init,add,commit and remote origin in which i put the address of bitbucket repository and then push..i did this mutliple times but my project file never gets uploaded in the repo
Not sure why that is the case, will need to check in detail. May be some logs can help
Thanks you are wonderful
I’m studying devops and your TH-cam videos and website are very helpful thank you so much brother may God bless you always
Thanks a lot
Hey Raghav, can you please teach us Ci Cd with GitHub? Thanks
Can find some sessions on CI CD here - automationstepbystep.com/
@@RaghavPal Thanks I regularly watch your videos and I have earned 600$+ by referencing your videos.
Hello Raghav,
Hope you are doing good. I just want to ask whether you have videos relating bitbucket.
I learn more technical from your videos. I want to built in Bitbucket area too. Please, share me if you have any videos
Thanks
Mahesh
Hi Mahesware, not yet on BitBucket
Hi Raghav,
Thanks for your replay. Do u have any idea about migration from one repo to bitbucket repo for java and .net applications
thanks
Hi Maheswara, not exactly done that.
Hi Raghav can you please explain about the branching strategy, so many interviewer are asking the question and not able answer it please give me the solution for I am waiting for Ur answer.
Hi Venkatesh,
This link will help you - there are multiple pages to explain this concept - git-scm.com/book/en/v1/Git-Branching
HI Raghav, Thanks for all.. , Please let me know GIT and GITHUB - is 7th series is last one...?
Hi Farook, you're welcome. Yes this is the last session of this playlist. You can see other playlists here -
th-cam.com/channels/Tt7pyY-o0eltq14glaG5dg.htmlplaylists?sort=dd&view=1&shelf_id=0
Hi Raghav,
First of all i would like to thank you for sharing this video.i have watched all the videos of git.it's excellent work from you and also can you please share git rebase and git fork concepts as one video sothat it is very helpful for me
Hi Chandu, glad you found it helpful.
I will certainly create video sessions on these topics soon.
Hi chandu anna
hey if i keep my code on github as you said its an repository...so can everyone see my code or if i want to share my code through github is it poss?
You can add people as contributors on github
Good work and good explain thanks
Thanks for watching
you are the best Man
Amazing explanation
Thanks for watching
Content is good, but sound is too low. Please use a better microphone device to record videos. Thanks for this video series on Git & Github.
Sure, I will do Dhruv
Sir sonarqube pe koi tutorial nahi he kya apka
Not yet Safquat
@@RaghavPal actually i want it no problem i will check on other but my first priority is ur channel
This is so good to know, I will do it soon, but for immediate help you can check online
hi ragav
How to pass multiple git urls to jenkins job?
Hi Santu, what exactly you want to do with this. I don't think you can checkout multiple git repo in a single jenkins job with jenkins git plugin. Sometime back there was a multiple SCM plugin introduced but that is deprecated now.
As a workaround you can create multiple downstream jobs with diff git repo associated OR you can also use pipeline plugin
Thanq for the response.
In my recent interview it was asked, in jenkins under scm code management option we can pass git repo url. In the same section we have add repository option , by choosing that we can pass multiple urls but when you run the build it will run job twice or thrice depending on the urls passed.
Through github webhook service can we run all URLS at once ?
And please make videos on GIT HUB organisation videos..
thank you so much
You're welcome Saskia
why unable to access the gitlab tutorials?
Hi Abdul, they will start getting published from Monday
So tell me process sir
This will help th-cam.com/video/YoGli76EPkU/w-d-xo.html
none of the video is playing.
Sorry to know that Rakesh, What platform are you using. Hope netowrk is fine. Check this playlist - th-cam.com/play/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG.html
Sound is terrible.
I will improve. thanks for feedback
@@RaghavPal : Is their anyway you can add sound to this videos..I barely hear the valuable content shared by you - THanks
:)
thanks