Hello Dev community!
I am a newbie, still a few months into my career as a developer in Japan. I was inspired by Nico Riedmann's Learn g...
For further actions, you may consider blocking this person and/or reporting abuse
Notice that, as you say in the beginning, Git is a distributed VCS, and not a centralized one.
So, there is no concept of a single remote repo, but instead you have a single local repo (the one you're working in), and many remotes, and they are all the same, from Git perspective.
So, you can have a remote on GitHub, one on GitLab, one on your own desktop at home, and one on your colleague's computer, and for as long as they are reachable you can push on, and pull from, any of them.
True that often there is a single instance on an hosted server, and everyone connects to that one, but this is not a Git concept, just a standard practice.
Thanks for the comment!
As you point out, with Git, remote repository servers can be created without having to rely on a hosting service like github.
Official website
I wrote this article this way because I wanted to emphasize my point about managing versions in a distributed manner.
Thanks for the very great feedback!!!
Great Post ! Thanks ! Just one small remark, the animated gif are hard to follow on ios safari, because the frame rate is rather high for my slow brain, and the pause button... rewind the gif to the begining.
Thank you Kataoka. This is such a valuable piece of work that unpacks Git for those that are new to it and brings a fresh perspective to its understanding. Agree that just learning a set of commands doesnβt help you fully appreciate the power of Git. Good luck with you own version.
Thanks for your great work, with lots of handwritten examples!
One who didn't understand shall be enlightened with an article like Yours. Congratulations π
Thanks for your effort!
Good for newer π
Great article! Great as a tutorial but also for later reference. Thank you for sharing.
Very very very GREAT explanation ! For the first time since many months I've just got it !
Your are a very good Pedagogue !
Great style of tutorial, and attractive by reading.
thanks its really fruitful for every developer
thanks
I think this is a very good article for developers, including myself.
Great.
Thanks kataoka