As an Argentinean, I think the editorial line taken in this video is very accurate. Thanks for the thorough explanation! Really complete and educational!
By showing the git-commands and different users you give in-depth insight. Thanks a lot for your thorough clarification! (Even I understand more about Git & GitHub now.)
Great video. Thank you for removing my confusion. I think most developers at organization use fork and clone rather then directly cloning and pushing it back.
If you update your Cameron side code, is there a way to have it updated in the forked version? I want to make a repo people can clone that is just a subset of my main repo, but that also stays up to date.
I think that is where you create the PullRequest. You update the code from the Cameron side after you forked the code , create a pull request which will notify Cameron. Cameron looks at the code and Merge the request. Correct me if I am wrong! Thanks
The perfect example, the perfect length of a video I want to watch to solve a simple issue. Thank you so much! Do you have a "BuyMeACoffee" button somewhere?!
thank you, this is what i've been looking for. i googled this and it just says "A fork creates a completely independent copy" or "you have full access something something", like what does that really mean. i also have full access of the clone and make it my independent project too. it should just say *fork allow you to make a pull request (contribute) to the original repository if you are not a member of the original*
This is exactly the summary I was looking for. Thank you. I think only one thing missing: can the fork from jheguevara take/accept future changes done on the original repo from cameronmcnz ? that would allow the fork to stay updated while allowing me to have my own changes ?
Hi and thank you for this very clear and easy to understand explanation of forking and cloning. Appreciate your efforts. I will use a link to your video inside my contributing md file on my opensource repos. I hope this is ok for you. Thanks again and have a good time.
@@EyeonTech I took the time yesterday to watch as many of your explaining videos as possible, and they were awesome. I hope many more come in the future.
so if logic is serving me correctly, I can fork an external repository to my repo, then my team members can git clone the forked repo I created and make updates to it correct?
i have a doubt, i cloned a repository, and someone made some changes in master and i want that to reflect in my code as well autometically whenever i open my laptop/pc, how to do that?
Do forks appear in google search? and if not can I force it to appear if I am the one who is forking? I looked at 1 project with many forks and google seems to be completely silent on them.
instead of using fork, couldn't one just clone another's repo and create your own repo and change the origin to the newly created repo? Is the fork a more efficient version of this?
I think when you fork it the origin changes to your own repo. I did the same initially, cloned the repo and changed origin to my own, but I think that was unnecessary hassle
Dude this video will never get old I still use it everytime I get lost in git thank you very much
Glad to hear it!
Kinda weird how this supposedly untuitive software spawned so many good tutorials how to use it.
9 minutes answered a lot of what I have been looking for, in weeks. Thank you so much!
Great to hear!
A very clear explanation, exactly what I was looking for, thank you mate!
Great to hear!
Glad I could be of service! Many are surprised that 'fork' isn't actually a Git command.
@@cameronmcnz i had no idea either.
There are literally no videos explaining this..Thank you❤️
Glad you liked it!
Yeah, and what's weird is the fork is a very commonly misunderstood concept. Glad this video could help you out.
Take a bow :)
What an organized and intelligent presentation !
Beautifully conveyed !
A can't complement you sufficiently for this :)
Glad you enjoyed it!
Thanks for the clear, straight to the point walkthrough!
No problem!
Beatifully explained
Glad you think so!
شكرا@@EyeonTech
I love this tutorial. Simple and straightforward. Thank you for making it!
😍
As an Argentinean, I think the editorial line taken in this video is very accurate. Thanks for the thorough explanation! Really complete and educational!
Glad you enjoyed it!
We are honoured to have Argentinean comment
By showing the git-commands and different users you give in-depth insight. Thanks a lot for your thorough clarification! (Even I understand more about Git & GitHub now.)
Such a clear explanation format with two windows and accounts. Thank you so much!
Welcome!
I was just beginning an open source contribution project and I needed this info. Thanks man, that was helpful
Me too - got hired as Dev Intern almost 2 years ago but still didnt understood this basic until i needed it for Open source project.
It is really an easy-to-understand explanation with clear articulation, secere thanks from a non-native english speaker : )
Great demonstration
Extraordinary! Deep understanding and knowledge of oneself on any concept will be shown how easily they make others understand it! you did it!
Glad it was helpful!
Beautiful explanation. You have made the concept crystal clear.
Glad you liked it
A legend video, you explained the difference in such a clear way.
the explanation is incredible and easy to understand, Thanks!👍
Glad it was helpful!
Explanation with every needed details. Thank you so much
Amazing..!! I wish you had a playlist of this.
One of the best explanations! Thank you.
You're very welcome!
THIS is how one should explain github, tysm... just what i needed
☺️🫡
I needed to learn something and you taught me.
Thanks!!
Glad to hear it!
Great video. Thank you for removing my confusion. I think most developers at organization use fork and clone rather then directly cloning and pushing it back.
Glad it was helpful!
@@EyeonTech Please make full tutorial on git commands and also the best practices
Amazingly very clear explanation. Thank you so much!
Glad it was helpful!
thank you so much it is really easy to understand! You are awesome!
Glad it helped!
Wow!
That is a comprehensive one.
Thanks for watching!
If you update your Cameron side code, is there a way to have it updated in the forked version? I want to make a repo people can clone that is just a subset of my main repo, but that also stays up to date.
I think that is where you create the PullRequest. You update the code from the Cameron side after you forked the code , create a pull request which will notify Cameron. Cameron looks at the code and Merge the request.
Correct me if I am wrong! Thanks
@@ashrafulbari561 no, here code updated from jguera side.
The perfect example, the perfect length of a video I want to watch to solve a simple issue. Thank you so much! Do you have a "BuyMeACoffee" button somewhere?!
Not yet! ☕
what happens to the fork if the main repo is updated? do you need to pull from the main repo to the fork to keep the fork updated?
Excellent and to-the-point explanation, thank you!
Excellent explanation. Thanks!
Glad you enjoyed it!
I like your style of teaching.
Glad to hear that!
Thanks, man... This helps me so much...
Glad to hear it!
it is so a clear explanation. Thank you
Glad you think so!
great explenation, great examples thx
Thanks for watching!
HUGE HELP! THANKS!
Welcome!
What a clear explanation!
Glad it was helpful!
Thank you for making this! :)
Thank you for watching! 😉
Thank very much for this explaination
Welcome!
very nice explanation. thanks. wish your channel become better and better.
Thanks, and you're welcome!
You are awesome man..Thanks a lot
Glad it helped!
Thank you so much for this clear tutorial
Glad it was helpful!
Couldn't be explained better!!
Thanks for watching!
Thank you.
You're welcome!
Thank you, explained perfectly.
Great to hear!
thank you, this is what i've been looking for.
i googled this and it just says "A fork creates a completely independent copy" or "you have full access something something", like what does that really mean. i also have full access of the clone and make it my independent project too.
it should just say *fork allow you to make a pull request (contribute) to the original repository if you are not a member of the original*
Glad we helped!
it is so good video buddy , love it. THANKS
Thanks for watching!
Best explaination 🎉
Glad you think so!
Thanks mate! 😀
Nicely explained
Thanks for watching!
best explanation ever.
Glad you think so!
شكرا
Very good explanation
Thank you!
Welcome!
Super clear explanation, thanks a lot dude!
Glad you liked it!
Well explained, thanks bro.
This is exactly the summary I was looking for. Thank you. I think only one thing missing: can the fork from jheguevara take/accept future changes done on the original repo from cameronmcnz ? that would allow the fork to stay updated while allowing me to have my own changes ?
Very good!
Thanks!
Glad to be of service!
Thank you tons! 👏🏽
great expression👌
Hi and thank you for this very clear and easy to understand explanation of forking and cloning. Appreciate your efforts. I will use a link to your video inside my contributing md file on my opensource repos. I hope this is ok for you. Thanks again and have a good time.
very clear explaination, thanks
👍
Nice explanation.
Thanks for watching!
Very helpful! Thank you very much!
Glad it was helpful!
Happy to help clarify an often misunderstood topic!
Great explanation thank you!
You're welcome!
super clear, thanks a lot
Glad it helped!
Excellent.
Many thanks!
@@EyeonTech I took the time yesterday to watch as many of your explaining videos as possible, and they were awesome. I hope many more come in the future.
Thanks bro, appreciate your didactic 😊
That's a great explanation.
Glad you think so!
broo you made my day thanks broo for this fantastic explaination
Welcome!
very well explained
Glad you think so!
so if logic is serving me correctly, I can fork an external repository to my repo, then my team members can git clone the forked repo I created and make updates to it correct?
Excellent
thank you, but what is the difference between cloning the fork with the https or the ssh link? is it just more simpler with the https?
i have a doubt, i cloned a repository, and someone made some changes in master and i want that to reflect in my code as well autometically whenever i open my laptop/pc, how to do that?
thank you, this is very helpful! :)
Glad it was helpful!
Thank you for the kind comment!
Thank you so much
Do forks appear in google search? and if not can I force it to appear if I am the one who is forking? I looked at 1 project with many forks and google seems to be completely silent on them.
Clear explanation
Glad you think so!
Great explanation!
Glad you think so!
Thanks for the kind words!
Thank you!!!
welcome!!!
Nice 👍
Thanks!
Hi! when I fork a repo, can I make my forked repo private?
You got a subscriber!
Woo! Happy to have you 😊
Great video! I do have a question. Isn't forking the same as cloning and changing the origin back to a repository of yours? Thanks!
thank you
thanks broski
👍
Awesome :claps:
instead of using fork, couldn't one just clone another's repo and create your own repo and change the origin to the newly created repo? Is the fork a more efficient version of this?
I think when you fork it the origin changes to your own repo.
I did the same initially, cloned the repo and changed origin to my own, but I think that was unnecessary hassle
what the fork. thank you!
😂
To me Clone is more like synching and forking is like cloning.
1:20 misunderstood it guys I am a cyber crim1nal now
People who think Che is cool should be put in camps. Dbag. Good video though. Thanks!
why che??? ...
Because he was drinking a coffee in the photo and I'm a 'revolutionary' Java developer.
@@cameronmcnz ok, cool! :D
wrg
It is quite disturbing you've chosen such a murderer as Guevara was to present an example :| but... anyway nice video!
awesome explanation!
Thanks you
Glad you liked it!
Amazing explanation! Thanks
Glad it was helpful!