Thank you for all you do. I watched all first 10 videos in one day. Lol. I can't wait to complete Day 45. I am in the U.S and I must say you are the biggest threat to any DevOps training course on the internet. Other courses teach you how to use the tools but you actually teach people how to be a DevOps engineer. I feel like I have been working at a real DevOps job. Thank you!
The best thing about this bootcamp is you are doing each and every real interview questions practically. You are just awesome in settling tough things in my mind with ease. Hats off to you sir thank you so much
Thank you for all the branching strategies and the interview questions you provided. I practiced everything and have doubts about something but wanted to work on it on my own first and then paste it here. Thank you Abhi. Completed this video on 01/07/2023
Great video Abhishek,very well explained with examples.However my one suggestion would be that you should have talked about a "Pull Request",and about how one should not push the code directly to the main codebase of an organisation.Instead create a seperate branch,do our necessary changes locally,and "create a pull request" which upon confirmation gets merged to the main/master branch after getting accepted.
It's truly fantastic to have the opportunity to learn the DevOps course with real-world examples, which are often not offered by other institutions. Thanks Abhishek 😊
Thankyou abhi you are doing great job, you really dont know how your videos helping others to build their carrier in devops.you are such a pure soul keep going buddy. Transfering the knowledge to the others is the best thing a man can do in his life ,you are doing this at your best
i created my own repo from second account and forked it from another account to perform the functions like push , pull , clone , merge etc...now i am feeling like i m pro....
So deep with such explanation and demonstration. Got each and every command that you explained and practiced it. Iam watching the complete series, i will definately watch all the series that are useful for devops. I wish i have got this channel early .....
thanks a lot sir.....earlier i use github from vscode ui for commiting,push etc but now i m confident to use git from terminal and branching concepts are also clear. Thanks
big brother thank you so much to teaching me like that its very easy way to learn and, now I am planning to crack devops job and I am definitely sure I will do just from you help. 🙏🙏
With lots of gratitude, thanks for always delivering great, simple and easy to follow content. Just wanted to suggest one thing if it's ok by you? You may want to use watch command to watch the output of the commands in real time in a splitted screen for more easier way to follow. For example `watch git log`. That way, the difference between git merge and rebase becomes more clearer to grasp. Once again thanks a bunch.
What i haven't learned in 30 days , iam just learning all it in 3 days thanks for your Hard work & your concern to the community . when ever i go through ur content i always feel iam only few steps away from getting a job in Devops
Hi am following all your videos for devops course... its awsome... the way of explanation is very good... i read articles about git merge vs git rebase but coudnt get clear crystal difference.. after this video i got to know clearly... Thank you soo much.. if possible please make videos on all differences like in reeels/shorts like git fork vs git clone , Git revert vs gitreset Git reflog vs git log.. it will be helpfull and it ll remains in our head long time visually
Hi thanks for the step by step teaching Here all the branches are committed only not pushed to remote git Have u done the above scenario like pushing the changes to remote repo in any other videos or can u add one video on the same please simultaneously showing the changes in git GUI
Hi @Abhishek, Thank you for the knowledge sharing . I have been following you DEVOPS curse , just a doubt, in the Day -11 video at 26:53 1. you directly started creating branches, But you did not show the how connect GIThub from LInux 2. I downloaded the GIT CLONE to download file the GITHUB, But could not see the main branch in my linux after that as you are showing in this video , i felt that something missing, 3.if possible can you take 2 min video how to connect GITHUB from linux
instead of referring the remote repo URL every time you push the changes to remote repo, its better practice to use any alias name, "git remote add ", so next time onwards we can push by simply referring the alias name as " git push alias_name branch_name "
Hello Abhishek, hope you are doing great and I have been watching the DevOps Zero to Hero course videos. For the first 4 to 5 videos, you are covering all the topics slowly but whenever Shell scripting started, you are too fast as you are very good with these topics and unable to catch you as I do not have previous experience on this. Need to watch 3-4 times and not able to complete the projects as well - getting many errors. You are doing great work (Appreciate it very well) :) but explain new topics slowly when there are shell commands or any git commands like git merge and rebase as you are telling very fast on this day - 11 video. Thank you!!
Good explanation Abhishek,gives a good overview of all the git workflow commands. Felt you could have been a bit slow 😅 but not that much of a concern.👍. Continue the great work.😉🙏
Hi abhishek, Thanks for uploading. your thought process demonstrates that you have a very good concepts of whatever you are teaching, however there are still a couple of areas of opportunities i.e. wrt your prsentation. Try to organize your thoughts, because you start of explaining something, then you deflect from what you intended, and then again you say lets give it an example, and then you again regress back from where you started, but you loose track of what you have been trying to say. try to slow down, or rather try to compose what you want to say. May be I have given you a fair gist, however the content is good.
Hi bro, i'm following all the videos , but how about gitdemo bro, you didn't mention anywhere how to go to main, i have watched videos 3 time all the previous videos, but i didm't see any where, how did you go to git demo and the main branch, I'm learning now and also taking classes.
Thanks a lot.... it seems very easy for understanding. But I haven't gotten the difference between Git fork and clone. Could please elaborate on it more
Thanks .. fork is like creating a copy of a repository and you can work on the copy and develop that copy. . you can share your fork with other people and they can collaborate with you. Clone is just downloading the repo to your local system.
Hello Sir, please tell me how to create "remote repository" at time of "17:47". It's throwing an error, will be helpful if you can explain this. Thanks a lot for your videos.
Hi Abhishek, I was following the videos to learn DevOps, and as you mentioned in the UA-cam description, there is a GitHub link. However, I was unable to find the "DevOps Zero to Hero" course repository. I can see repositories like "AWS DevOps Zero to Hero" and "Python for DevOps," but the specific "DevOps Zero to Hero" repository is missing.
Hello Sir, can you please how to add "url" using "remote" and "repository name" . It's throwing an error, will be helpful if you can explain at time of "17:47" . Thanks for your videos.
when you did git marge margeExmp and check logs its showing test commit up and down this margeExp commit but this commit not comes up why ? then what is the different between this 2 marge concept?
Can you tell me that when we do git remote add what do we write after the add, will it be the url of the repos page or do we create and new repository from this command
Hi abhishek. I am stuck in practice. I am getting an error of authentication in using git push command. When I use git push, it asks my github username and password but it fails even after providing correct credentials. What should I do now?
@Abhishek.Veeramalla - Thanks for the session. I really appreciate the efforts you put into delivering such high-quality content. I have a question - I am not able to authenticate the github credentials as its not supported anymore. What are other ways to do it? I am trying to push my local git repository to github repository. Thanks in advance
Thank you very much. I couldn't understand what you did exactly to resolve the issue while committing the changes of mergeExample and rebaseExample with Main branch. It looks like you didn't do anything specific to resolve the issue. Could you explain in simple steps if possible in the chat itself here? What I understood was that we need to sit with developer to understand what is needed vs not and then we can go ahead and commit those required changes only using rebase(to see the commits in linear fashion) or merge(merged version over top of all commits)
He actually cleared/removed/edited those arrows surrounding the changes to commit. But his point was that before you do that, you need to sit with the team involve to discuss what changes to keep or to discard.
I have one doubt..how commit message command identified to add message for particular calculator.sh script if we have multiple script file in the system...?
Thank you for all you do. I watched all first 10 videos in one day. Lol. I can't wait to complete Day 45. I am in the U.S and I must say you are the biggest threat to any DevOps training course on the internet. Other courses teach you how to use the tools but you actually teach people how to be a DevOps engineer. I feel like I have been working at a real DevOps job. Thank you!
Thanks, it means a lot
We all agree completely with his statement. @Ahbishek.Veeramalla
agree..
10000% agree King you droped 👉 👑
These are typos.. But it matches 😂
Impeccable. Thank God for your life.
The best thing about this bootcamp is you are doing each and every real interview questions practically. You are just awesome in settling tough things in my mind with ease. Hats off to you sir thank you so much
Wow, thank you!
Thanks for such a wonderful KT.
Having trouble @ 18:20 with " git remote add URL " but " git remote add origin URL "---> This working fine.
for me it worked as git remote add name url
Very informative good wrk Abhishek
Thanks a ton
Excellent explanation. I have not seen such a nice explanation. Absolutely amazing.
❤️
Hi Abhishek , Amazing KT .Great Vedio to know git day 2 day commands . The branching concept very well explained . Thank you
It understood git commands very well in a practical way. Thank you👏👏
did remote add worked in ur machine ?
Thank you for all the branching strategies and the interview questions you provided. I practiced everything and have doubts about something but wanted to work on it on my own first and then paste it here. Thank you Abhi.
Completed this video on 01/07/2023
Awesome
Great video Abhishek,very well explained with examples.However my one suggestion would be that you should have talked about a "Pull Request",and about how one should not push the code directly to the main codebase of an organisation.Instead create a seperate branch,do our necessary changes locally,and "create a pull request" which upon confirmation gets merged to the main/master branch after getting accepted.
He didn't talk about staging area too
you have delivered a relevant information...right on point no random talks...wish u a lot of subs bro...
Thank you so much 🙂
Yes finally I got to know the clear understanding of difference between merge and rebase🙏
😍
Finally, now i know the difference between merge and rebase 🙌
Thanks for the amazing work
Glad you liked it!
Same here after watching so many videos now i understood
It's truly fantastic to have the opportunity to learn the DevOps course with real-world examples, which are often not offered by other institutions. Thanks Abhishek 😊
Great to hear!
no words to say! awesome job
Thank you so much for making such kind of useful videos
Thank you so much 😀
@Abhishek.Veeramalla sir Excellent video to understand anything to know about git commands. Very insightful and many doubts got cleared. Thank you
Thank you so much for all the hard work you are putting in to teach DevOps for free to everyone, hope you will reach your goals in life!
Very well explained Sir. Thanks a lot
things are explained in very completed way .
Thanks alot
Completed Day:11 Video and Practice also done.
Thanks Veeramalla garu
GK from NJ
Great 👍
git rebase vs git merge explanation was amazing!
Thankyou abhi you are doing great job, you really dont know how your videos helping others to build their carrier in devops.you are such a pure soul keep going buddy.
Transfering the knowledge to the others is the best thing a man can do in his life ,you are doing this at your best
Thank you
such a great Hands on Experience
Thank you for this course
Very nice video Abhi.. thanks for the clarity video...
My pleasure
Wow.Nice Explanation. Thanks Abhishek :)
Thanks a lot
i created my own repo from second account and forked it from another account to perform the functions like push , pull , clone , merge etc...now i am feeling like i m pro....
Awesome 👍👍
Good set of questions and very well explained. You are doing Great Work @Abhishek Veeramalla. 👍
You r a rockstar man ....my best wishes for your good health and happiness always.
Thanks alot
Amazing, thanks a lot for this lesson ❤️
My pleasure!
So deep with such explanation and demonstration. Got each and every command that you explained and practiced it. Iam watching the complete series, i will definately watch all the series that are useful for devops. I wish i have got this channel early .....
Thank you good session abhishek
🚀🚀🚀
Abhishek Once again Thank you so much for all the hard work you are putting in to DevOps for free to everyone, hope you will reach your goals in life!
Hi abhishek you are excellent.. very well explained
thank you,.
Thank You Sir! This lecture was awsome!
You are welcome
Thank you very much Abhishek Bhai You're the best.
thanks a lot sir.....earlier i use github from vscode ui for commiting,push etc but now i m confident to use git from terminal and branching concepts are also clear. Thanks
You are most welcome
So cool explanation of the confusing part of Merge vs Rebase . That's why I always watched your content repeatedly 😊😍
big brother thank you so much to teaching me like that its very easy way to learn and, now I am planning to crack devops job and I am definitely sure I will do just from you help. 🙏🙏
😍
With lots of gratitude, thanks for always delivering great, simple and easy to follow content. Just wanted to suggest one thing if it's ok by you? You may want to use watch command to watch the output of the commands in real time in a splitted screen for more easier way to follow. For example `watch git log`. That way, the difference between git merge and rebase becomes more clearer to grasp. Once again thanks a bunch.
Great suggestion!
Awesome sir ❤
Thanks
Thanks for the video
My pleasure!
Thankyou so much annayya😇 Getting lots of confidence by following your videos.
AWESOME
Thanks 🤗
What i haven't learned in 30 days , iam just learning all it in 3 days thanks for your Hard work & your concern to the community .
when ever i go through ur content i always feel iam only few steps away from getting a job in Devops
Thanks a lot
Amazing work 🙌🏿
Thanks
like it
Awesome
Hi am following all your videos for devops course... its awsome... the way of explanation is very good... i read articles about git merge vs git rebase but coudnt get clear crystal difference.. after this video i got to know clearly... Thank you soo much.. if possible please make videos on all differences like in reeels/shorts like git fork vs git clone , Git revert vs gitreset
Git reflog vs git log.. it will be helpfull and it ll remains in our head long time visually
brother you cleared my all the query thaks a lot and appreciate your efforts...love from HYD
Ameerpeth ❤
It's my pleasure
abhishek i completed this video successfully
really i understand all commands clearly
Super
Hi thanks for the step by step teaching
Here all the branches are committed only not pushed to remote git
Have u done the above scenario like pushing the changes to remote repo in any other videos or can u add one video on the same please simultaneously showing the changes in git GUI
Excellent Demonstration of Git commands. Especially difference between merge and rebase. Could you help to explain What is stage and unstage?
Before git push to work. Do
git remote add
you are great man😍
Thank you so much 😀
Awesome
Thanks sir for details info.
Super bro ❤❤❤❤
😍
Hi @Abhishek, Thank you for the knowledge sharing .
I have been following you DEVOPS curse ,
just a doubt, in the Day -11 video at 26:53
1. you directly started creating branches, But you did not show the how connect GIThub from LInux
2. I downloaded the GIT CLONE to download file the GITHUB, But could not see the main branch in my linux after that as you are showing in this video , i felt that something missing,
3.if possible can you take 2 min video how to connect GITHUB from linux
Yes, pushing the commit files keeps giving authentication and divergent branches issues
instead of referring the remote repo URL every time you push the changes to remote repo, its better practice to use any alias name, "git remote add ", so next time onwards we can push by simply referring the alias name as " git push alias_name branch_name "
Yes
Awesome bro well explained Git concepts which I have faced interview with same questions..
Glad to hear that
Hello Abhishek, hope you are doing great and I have been watching the DevOps Zero to Hero course videos.
For the first 4 to 5 videos, you are covering all the topics slowly but whenever Shell scripting started, you are too fast as you are very good with these topics and unable to catch you as I do not have previous experience on this. Need to watch 3-4 times and not able to complete the projects as well - getting many errors.
You are doing great work (Appreciate it very well) :) but explain new topics slowly when there are shell commands or any git commands like git merge and rebase as you are telling very fast on this day - 11 video. Thank you!!
FACT anna @AbhishekVeeramalla
Day-11 done ✅️
Keep Going
good
Amazing KT 🤩
Good explanation Abhishek,gives a good overview of all the git workflow commands.
Felt you could have been a bit slow 😅 but not that much of a concern.👍.
Continue the great work.😉🙏
Thanks for the suggestion
👌
Thanks
thank you abhishek
Hi abhishek, Thanks for uploading. your thought process demonstrates that you have a very good concepts of whatever you are teaching, however there are still a couple of areas of opportunities i.e. wrt your prsentation. Try to organize your thoughts, because you start of explaining something, then you deflect from what you intended, and then again you say lets give it an example, and then you again regress back from where you started, but you loose track of what you have been trying to say. try to slow down, or rather try to compose what you want to say. May be I have given you a fair gist, however the content is good.
37:00 git-merge & git-rebase
Hi bro, i'm following all the videos , but how about gitdemo bro, you didn't mention anywhere how to go to main, i have watched videos 3 time all the previous videos, but i didm't see any where, how did you go to git demo and the main branch, I'm learning now and also taking classes.
Completed day 11
Wow
Thanks Abhishekh sir
Great work
very informative video.
Excellent I'm big fan of you man .. plz do Telugu videos also bro
Sure I will
18:21 while pushing code repositry it was showing that password authenthentication is removed
Thanks a lot.... it seems very easy for understanding. But I haven't gotten the difference between Git fork and clone. Could please elaborate on it more
Thanks .. fork is like creating a copy of a repository and you can work on the copy and develop that copy. . you can share your fork with other people and they can collaborate with you.
Clone is just downloading the repo to your local system.
Abhishek When you clone a remote repository from a GitHub user, that remote repository is added as your own remote repository
Hello Sir, please tell me how to create "remote repository" at time of "17:47". It's throwing an error, will be helpful if you can explain this. Thanks a lot for your videos.
Hi abhishek, do you upload any videos of pullrequest which we use in github?
Hi Abhishek,
I was following the videos to learn DevOps, and as you mentioned in the UA-cam description, there is a GitHub link. However, I was unable to find the "DevOps Zero to Hero" course repository. I can see repositories like "AWS DevOps Zero to Hero" and "Python for DevOps," but the specific "DevOps Zero to Hero" repository is missing.
What would be helpful is providing a list of the questions that you are going to cover in the session so it's easier to follow.
Great suggestion!
Is this the same as the blue-green strategy ?
Hi Abhishek, Can you please explain the difference between git clone and git fork?
Hello Sir, can you please how to add "url" using "remote" and "repository name" . It's throwing an error, will be helpful if you can explain at time of "17:47" . Thanks for your videos.
Thank you for the effort that you have done! We do appreciate that! in the merge and rebase part you went a little bit faster. overall Thank you
Thanks !!
last 15 mins was really intense 🤯
Thanks
love you macha 😍
Can I use SSH key connection instead of remote location inorder to establish a connection between local and github account?
Yes
Thank you
sir where are you performing all of this in the terminal and how. I am unable to connect.
when you did git marge margeExmp
and check logs its showing test commit up and down this margeExp commit
but this commit not comes up why ?
then what is the different between this 2 marge concept?
same happenig bro
Thank you ^^
Can you tell me that when we do git remote add what do we write after the add, will it be the url of the repos page or do we create and new repository from this command
Hi abhishek. I am stuck in practice. I am getting an error of authentication in using git push command. When I use git push, it asks my github username and password but it fails even after providing correct credentials. What should I do now?
provide your username and password is provide your github token instead of password it will work fine
@Abhishek.Veeramalla - Thanks for the session. I really appreciate the efforts you put into delivering such high-quality content.
I have a question - I am not able to authenticate the github credentials as its not supported anymore. What are other ways to do it? I am trying to push my local git repository to github repository. Thanks in advance
Thank you very much. I couldn't understand what you did exactly to resolve the issue while committing the changes of mergeExample and rebaseExample with Main branch. It looks like you didn't do anything specific to resolve the issue. Could you explain in simple steps if possible in the chat itself here? What I understood was that we need to sit with developer to understand what is needed vs not and then we can go ahead and commit those required changes only using rebase(to see the commits in linear fashion) or merge(merged version over top of all commits)
I did not understand your question
He actually cleared/removed/edited those arrows surrounding the changes to commit. But his point was that before you do that, you need to sit with the team involve to discuss what changes to keep or to discard.
I have one doubt..how commit message command identified to add message for particular calculator.sh script if we have multiple script file in the system...?
git rebase soesnot have proper tracking rifht, where as merge shows the proper tracking like accorsing to the timestamp
please @18: you explained git remote option but ended up not demonstrating it, kindly explain more on it . I'm a bit confused on that