26:10 start git init - b main git add filename (To put file into staging area) git commit -m "My first commit" git commit -a -m "my third commit"(it skips adding into stage area)
@@mandarapriya3530 Sorry I also not watched the whole video Copy your code and paste in chatgpt and mention your problem. You will definitely get the answer.👍
This is one of the most helpful detailed and well explained Git tutorials I've seen. Thank you for doing this! I felt it ended very abruptly though as if there was a continunation :D One question though. let's say you have commited 2 times and have pushed to remote. But now I want to roll back to commit 1. I use git checkout , that's fine, but how do I make my main branch also go back to this first commit so that I can push to remove and make my second commit disappear?
Firstly, Identify the commit ID of the first commit you want to roll back to using git log Reset the main branch to the desired commit: git reset --hard Force push the changes to the remote repository: git push origin main --force
A very good tutorial! Thank you. It's a shame that 'branch conflict' is not included. It's a mystery (and confusing) that in the middle of the first project in vs code, suddenly a 2nd project is created using terminal and then opened the 2nd project in vs code and abandon the 1st project altogether. Why?
@Telusko Hello Navin, I have a question: When we created the file "UserService.txt" at 1:48:29, we are creating the file in the working directory right ? How come, the moment we switch the branches, it is getting disappeared? If it were the case of content in the file, it makes sense. But I would like to know how the working directory file structure is getting changed. Please help me in understanding this.
Sir please suggest me your videos in sequence so that I can learn Java full stack, As I'm getting trained for the same from a institute, But I need your videos as better reference...
i wish the whole thing was taught on a wondows machine since i don't even know how to use the terminal properly , i faced some difficulties during this course , but anyway sir thankyou for the video and sharing your knowledge i'm grateful for you.
Hello Sir. Thnak you for the video. When I am doing git init -b main getting error: error: unknown switch `b' usage: git init [-q | --quiet] [--bare] [--template=] [--shared[=]] [] --template directory from which templates will be used --bare create a bare repository --shared[=] specify that the git repository is to be shared amongst several users -q, --quiet be quiet --separate-git-dir separate git dir from working tree
Hi Guruji, Few commands are not working. As well as " ssh -keygen -o" is also not working in VS. Please correct me if am wrong or else suggest me path for further steps. Thanks in advance.
When I do a project I do not make updates to it. I do it until it’s finished. And that’s that… so do I need to use GIT if I’m a solo dev who doesn’t do versions? No.
((1:06:20 at there if i enter (ls -a) if getting an error like : Get-ChildItem : Parrameter cannot be processed because the parameter name 'a' is ambiguous....... )) please tell me how to rectify it...
The only channel I trust for any software development content. Thank you for sharing!
This video is more than enough for getting started with Git or getting familiar with it at least to then start learning version control in detail.
I have watched this topic from many educators but nothing can match this. Thank you sir
🙏
Naa internship projects ki, final year projects ki...ipudu job lo training phase ki kuda mimalne follow avthunna sir.. thanks for free tutorials😇
Wow, I learned a lot in just 2 hours. very clear and informative. The best git tutorial so far. Thank you, sir. I am now a follower👌👍
Dear Naveen Reddy, I did learn a lot from your talk. It was comprehensive, clear and delivered very well. Thank you sir.
your english speaking style is excelent ,i can esaly understand with us
Thank you so much for the detailed explanation.
thank you for this tutorial. wonderful experience learning from you.
Thanks Navin for a very comprehensive and practical look at how git works.
Thanks a lot Mr. Naveen. Your explanation is excellent. I done practice along with your training session.
opentext ?
Superb playlist about git & github i learned from scratch thanks naveen sir.
26:10 start
git init - b main
git add filename (To put file into staging area)
git commit -m "My first commit"
git commit -a -m "my third commit"(it skips adding into stage area)
i couldn't change the master to main from my command line
@@mandarapriya3530 Sorry I also not watched the whole video
Copy your code and paste in chatgpt and mention your problem. You will definitely get the answer.👍
Sir, i am learning from your training, its very clear and understanding.
Very informative. One of the best videos!!
My mentor ever love the content and clear and easy explanation
Best tutorial on git; ever watched
It cannot be comprehensive more than this. Thank you so much sir.
Always love your clear cut explanation, very effective video, loved it!
Thanks for the tutorial . It helped me understand Git better
his course >>>>>>> all courses on yt
Great work...! Thank you for doing these type of tutorials. Keep doing and help us!
thanks for the course its outstanding
Thank you. Please do continuation video about merge conflicts.
Super explanation.
Very comprehensive and detailed
Thank you so much for such a wonderful explanation !!🤗
Thank you. Good and clear explanation.
You are a god sir 🙏🙏.
Thank you so much
thank you so much for sharing this video👍
You are such a good teacher. Thank you.
Loved with tutorial 💌
This is one of the most helpful detailed and well explained Git tutorials I've seen. Thank you for doing this! I felt it ended very abruptly though as if there was a continunation :D
One question though. let's say you have commited 2 times and have pushed to remote. But now I want to roll back to commit 1. I use git checkout , that's fine, but how do I make my main branch also go back to this first commit so that I can push to remove and make my second commit disappear?
Firstly, Identify the commit ID of the first commit you want to roll back to using
git log
Reset the main branch to the desired commit:
git reset --hard
Force push the changes to the remote repository:
git push origin main --force
i love the way you teach.
very well explained, thanks !
Thanks sir, really loved it
Only legends can do such amazing tutorials thanks Naveen
you are rally god to us, thank u soo much for your amazing work sir. love from Germany❤
😃Thank you so much sir and plz if possible plz upload this video in hindi also ❤
Awesome ❤
vera level bro
Love your style sir❤
As always , Naveen Sir never disappoints.
A very good tutorial! Thank you. It's a shame that 'branch conflict' is not included.
It's a mystery (and confusing) that in the middle of the first project in vs code, suddenly a 2nd project is created using terminal and then opened the 2nd project in vs code and abandon the 1st project altogether. Why?
thank you so much!!
Thank you so much sir for this course. Can you also provide me with the web development courses you've made.
I love you so muuuuuuuuuch. You're the best
HI one step missing while pushing repo remotely at 1:09:40 that is to do "git init" incase its a fresh folder created. Thanks.
Well explained love this man
Thanks!
Happy Teacher's Day Sir
preciate this
@Telusko
Hello Navin, I have a question:
When we created the file "UserService.txt" at 1:48:29, we are creating the file in the working directory right ? How come, the moment we switch the branches, it is getting disappeared?
If it were the case of content in the file, it makes sense. But I would like to know how the working directory file structure is getting changed.
Please help me in understanding this.
Sir please suggest me your videos in sequence so that I can learn Java full stack, As I'm getting trained for the same from a institute, But I need your videos as better reference...
Anyone, can you suggest me?
You can get from anywhere a roadmap and you devided into wections and learn it in order
Superb..❤
Too much helpful. 🎉
Excellent
Thx sir❤😊
Thank you sir ❤
at 34:36, Can someone please tell which command we need to use to go back?
found it, we can use ‘q’ to go back
Happy Teacher's Day Naveen Sir🏃♂️🏃♀️🏃♂️🏃♀️🏃♂️🏃♀️🏃♀️🏃♂️🌳🪴🪔🏆
Radhe Radhe 🌳 🌳 🌳 🌳 🌳
great content !!
Thank you sir. ❣
Sir, why did you deleted the video & uploaded it again?
ya me 2 thinking that only
Hi sir, your videos are really awesome
Could you please upload for sax parser for Excel in java
Happy teachers day sir ❣
i wish the whole thing was taught on a wondows machine since i don't even know how to use the terminal properly , i faced some difficulties during this course , but anyway sir thankyou for the video and sharing your knowledge i'm grateful for you.
You can use powershell instead
Thank you
Tq
thanks
Thank you Navin sir... And plzz do not upload videos as paid version... 😢😢😢
He also want to live bro
Lmfao, then you pay salary for him
@Factualvibess Bro he will get from RUclips and also from his courses on his sites
thank you ♥
What is the need to change branch name from master to main?
Yoo telusko my teacher posted a video!!
Hello Sir. Thnak you for the video. When I am doing git init -b main getting error:
error: unknown switch `b'
usage: git init [-q | --quiet] [--bare] [--template=] [--shared[=]] []
--template
directory from which templates will be used
--bare create a bare repository
--shared[=]
specify that the git repository is to be shared amongst several users
-q, --quiet be quiet
--separate-git-dir
separate git dir from working tree
can you please post some aws projects from scratch for beginners to write those on resume
It was a good review for me...
What do we mention instead of passphrase ? (Duration: 1:07:00)
nothing
Did he upload again, or it's a dega vu
No one can teach us like you do, a person from non IT background also can understand
at 51.59 when you deleted creds.txt u directly committed and didn't use -a to skip staging also
But those two files are in staging area No need to provide -a.. In case do some changes then we can provide -a to convert staging area
Hi Guruji, Few commands are not working. As well as " ssh -keygen -o" is also not working in VS. Please correct me if am wrong or else suggest me path for further steps.
Thanks in advance.
cat commands also not working
Wish you a Happy Teacher's Day Navin sir🎉❤
When I do a project I do not make updates to it. I do it until it’s finished. And that’s that… so do I need to use GIT if I’m a solo dev who doesn’t do versions? No.
((1:06:20 at there if i enter (ls -a) if getting an error like : Get-ChildItem : Parrameter cannot be processed because the parameter name 'a' is ambiguous....... )) please tell me how to rectify it...
I am also facing this issue Please help me correct it.
I trust in you to learn Git ))))))
from git repository i cannot understand all of sudden he opened terminal and did some commands how do i learn them?
are you using benq monitor for this tutorial?? plz reply sir
Thalaiva ❤...
is git remote add link similar to git add on a local repo or local version control systems staged area
Re-upload?
nuvvu mavodive....anna
i did a major contribution to the vscode project : added a : to a comment
😅😅
slick back
Why we should not work on master branch?
Why you started using mac
I can't see any file inside my first project folder while deleting the .git file is there any way to find that
Same did you find any answer
Yes 👍
Hi sir, is git and git bash same ?
You missed to explain Rebase.
anyway thanks for your video
final is so truee