hi , i am having branch which is not merged but my pr is open. and I have taken pull from the master which gives me lot of conflicts, now I just want to be back at my previous condition before taking pull. I am giving command git reset --hard HEAD it gives me error . please help
Sir thank u for ur geat tutorials , ye pahela aaisa channel hai youtube pe jisme hum comment kiye Apse 2 requests hain . 1 . HTML pe ek series banad do 2. market mein bahut si web/domain hosting sites hain , hum log kaun sa choose . hota kya hai ki pay karne ke baad pata chalta hai isse badhiya aur sasta web hosting humko mil skata tha.
All git concepts are explained in simple terms. Kindly please make video about using the git without command and with vscode git extension like taking pull from another non master branch,merge branch etc Thank you.
Thanks for the information provided. But i think that the below points are missing: Private repository Pull command Host your own git repo on server How to rollback to previous commits, etc How to collaborate actually on git with practicals?
hi bro, your tutorial is awesome, my query is, as we have seen vscode provides such great tool to resolve merge conflict, is there same way in phpstorm ide?
Hi Harry Bhai. I am facing some problem. Whenever I create new branch, it automatically gets merged to master branch and the changes I do in new branch automatically gets uploaded to master branch as well. How to resolve.
Everyone telling solving merge conflicts in merge commands but that wont work in real time please make a video to resolve merge conflicts which is raised in Pull Request raised in GIT
I am following this course from starting. i have a doubt that how to move to previous commits, suppose i have created a file called file1.txt which have some text in it and then i have commited it with "Initial Commit" ,,, now i add some text and again commit it as "added text to file1.txt" now the problem is how to move to initial commit and see that file1.txt which was commited as initial commit. do answer this question
hi bro, suppose we don't have vscode editor, a specific file has lots of merge conflicts(eg total conflicts 21). i resolved 15 manually and i seem that i resolved all conflicts. so how can i get to know that still there are some merge conflicts remaining?
Won't you come to know that in GitBash when you try merging those branches? If it displays conflict that means there are still conflicts to be resolved, otherwise it will display all conflicts are resolved but you are still merging.
If i have merged master and issue1 and then i have deleted issue1 ,would there will be any change in master like it will unmerged or something like that??
Bhaiya, agar situation esa ho ki master branch meh jo title tag hai usko change nhi kra aur issu1 branch ke sath merge kr rha hu toh yah kya abhi bhi merge conflict show karega???
Guys to be honest, I have watched tons of videos regarding this topic
This is the best in all of them. Will definately refer to my contacts
thanks brother may all your dreams come true....happy coading
watching it 3yrs after its upload.Thank you.
Harry bhai is the best.....kahi kuch samajh na aye bas inki video dekh lo sab samajh a jayega :) He explains each and every detail.
I'm watching this video on the 19th of June 2023 but still these videos are still relevant,
thank you so much harry bhai
49)To check all branches with their last commit hash code and message
$ git branch -v
50)To check which branch are merged
$ git branch --merged
51)To check which branch are not merged
$ git branch --no-merged
52)To delete branch
$ git branch -d
53)TO delete unmerged branch
$ git branch -D
Can you please share your git commands notes with me.
@@mehdihasan8868 yeah , where should i send you notes ?
@@ahsanalikhan7731 Bro can you please upload on your google drive and share the link with us 🙏🙏🙏
You can also use $ git branch -D to delete even merged branches. So in short any branch can be deleted in one command with the $ git branch -D .
hi , i am having branch which is not merged but my pr is open.
and I have taken pull from the master which gives me lot of conflicts, now I just want to be back at my previous condition before taking pull. I am giving command git reset --hard HEAD it gives me error . please help
Skills up to Date... thanks for making tutorials on it..😍😍😍
Thanks a lot.. I learnt a lot from this complete playlist.
Thank you
I have no words to thank you Harry bro. You're a lifesaver, I love you. ❤
u are just great bro
undoubtedly best course! Thanks for the info brother. Your explanation is so simple, it really makes it easy to understand.
ab tak jitni video dekhi playlist ki sab makhaan ki tarah samajh ayi hai .
sir apki playlist mast,gajab,sandar, kya kya kahu sir bata nahi sakta
you are teaching in very easy way
harry bhai Allah bless you
very easy to learn git from this playlist
Bhai app bahot acche se kuch bhi shikate ho thank you
Sir thank u for ur geat tutorials , ye pahela aaisa channel hai youtube pe jisme hum comment kiye
Apse 2 requests hain .
1 . HTML pe ek series banad do
2. market mein bahut si web/domain hosting sites hain , hum log kaun sa choose . hota kya hai ki pay karne ke baad pata chalta hai isse badhiya aur sasta web hosting humko mil skata tha.
haal chall to sab mast hi rahege jab aapke jese teacher padha rahe ho
respect from canada : )
Jai hind
All respect to Harry bhai from India too.
Bapuji kya kar rahe hai tere dp me.
You are best coder in you tube.
All git concepts are explained in simple terms.
Kindly please make video about using the git without command and with vscode git extension like taking pull from another non master branch,merge branch etc
Thank you.
ruaa diya is video ne toh , khatam hi ni hone ko aari , but a good video to recall git
Sir your video is always easy to understand.thank you for sharing
Thanks for the information provided.
But i think that the below points are missing:
Private repository
Pull command
Host your own git repo on server
How to rollback to previous commits, etc
How to collaborate actually on git with practicals?
Abe jaake playlist dekh PURA
Harry bhai wins the heart everytime : )
can you please make a video that shows contributing to a project that will be really helpful
Thanks for this course , very easy n intresting
best playlist on git
you are the best harry....thanks brother dil se
hi bro, your tutorial is awesome, my query is,
as we have seen vscode provides such great tool to resolve merge conflict, is there same way in phpstorm ide?
I am big fan of yours..sir plz make a live project on angular and mongodb
This series really helpful
Still loving❤️ it
amazing session loved it
Thank you so much harry bhai
Thanks for your video
How to resolve if we have 100 conflicts?
This was asked in interview
Good way of teaching sir
Thank you for this series Bhaiya...Maza aa gya after know the potential of git
Awesome👍👍 Complete Git Course 💪💪💯
Pura ho gaya git course aapka 🦾
Great work Harry Bhai . I like ur content very much with full knowledge and good content.
Hi Harry Bhai. I am facing some problem. Whenever I create new branch, it automatically gets merged to master branch and the changes I do in new branch automatically gets uploaded to master branch as well. How to resolve.
Bas badhiya hi chal rha harry bhai bas github me push wala video me error aa gya.
best git video on youtube, keep it up harry bhai
harry bhai sabkuch badiya chalra h
Everyone telling solving merge conflicts in merge commands but that wont work in real time please make a video to resolve merge conflicts which is raised in Pull Request raised in GIT
harry bahi, you are great !!
Sir can you please explain difference between merge ane rebase and when to use both of them
sir,can you explain git rebase & git stash.
Thank You bhai your videos are awesome and it to easy to understand love u bro.
Can U make a full video on Docker.
devops ?
Really you did a great job.
this a really awesome love you Harry bhai
Your tutorials are very good buddy, keep it going.....
Love from Pluto
Bhaut Badhiya Harry
hats off harry bhai
Comment for Increasing comments.
Git➕➕.
Thank You so much Harry Bhai. ❣
very practical and spot on
good video as always harry bhai
Thank You Sir
You are outstanding ❣️⚡
thankyou sir for beautiful explanation
First of all thanks for your videos, very helpful. Can you please make videos on apex language as well?
what is pull request and fetch and difference in both
bro Awesome, i pray ke apke subscribers aur apka channel khoob badhe Ameen!!
Very much helpful
Sir please continue the Android development course
Sir javascript ki video bhi upload kray plz
Really Amazing....
Why git checkout master not restoring?
fantastic explanation!!… Thanks you Harry!!
Awesome bro 😊
Hello sir u r a very brilliant man sir
amazing video sir ji
super super !!! Hats off to you .
U r awesome sirrr
Hall call badiya hee bhi
nice series
Faaaaaaaaantabulus course !!!!!!!!
I am following this course from starting.
i have a doubt that how to move to previous commits,
suppose i have created a file called file1.txt which have some text in it and then i have commited it with "Initial Commit" ,,, now i add some text and again commit it as "added text to file1.txt" now the problem is how to move to initial commit and see that file1.txt which was commited as initial commit.
do answer this question
Thanks a lot.
loved it bhaiya
😍😍😍😍😍😍😍
really v very informative and nice video,
thanks a lot
I am watching in 2024 billion thanks for this video
I am near to learn complete git in 1 week...
why he is getting two arrow above every folder?
Typescript in one video please. If you could please create I would be so grateful.
Would you mind creating new typescript
:)
Superb
thank you
how can we add folders in the github
Thank you so much for this series]
best course!
harry bhai apka ms whiteboard share kar do if possible git wala
If u can make tutuoials on mean stack complete guide .
Please make it..
thank YOU bhai
Very nice video👏👏
hi bro, suppose we don't have vscode editor, a specific file has lots of merge conflicts(eg total conflicts 21). i resolved 15 manually and i seem that i resolved all conflicts. so how can i get to know that still there are some merge conflicts remaining?
Won't you come to know that in GitBash when you try merging those branches? If it displays conflict that means there are still conflicts to be resolved, otherwise it will display all conflicts are resolved but you are still merging.
If i have merged master and issue1 and then i have deleted issue1 ,would there will be any change in master like it will unmerged or something like that??
Bhaiya, agar situation esa ho ki master branch meh jo title tag hai usko change nhi kra aur issu1 branch ke sath merge kr rha hu toh yah kya abhi bhi merge conflict show karega???