This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am starting to use GIT locally. I was having difficulty understanding how to | |
"checkout" the files into different directories. One for testing, and one for | |
"production". I think I am just now getting the point of my misunderstanding | |
and starting to understand what the various git commands do. I was unable to | |
figure it out easily from the documentation or anything I could find on the | |
web. I finally drew the picture of a hub and spokes. I wish I could include | |
it here. | |
The point is that the Clone repository spokes talk to the hub respository, but | |
the spokes cannot speak to each other. Thats why you have to push a repository |