This is a test repo to practice @mozadrella's git workshop.
@mozzadrella showed us some really cool stuff:
Here are the things I might have the most trouble remembering. More detail in the notes
git remote
git remote add <> (REPO LOCATION)
git remote add mirror-dvs https://github.com/data-and-visualization/mozadrella-test.git
git push -u mirror-dvs master
-u
identifies the default remote
git remote -v
git show master
-
Goto the Social Coding Hub where you want to push your repo
-
Create the Repo in the cloud
- no need for .gitignore, license, or README because you are mirroring a repo.
-
In the Newly created remote Repo > Settings > Collaborators
-
Add a Collaborator
-
Collaborator inviatation via email needs to be accepted
-
Return to original local Repo
-
Add a remote with the location pointer generated at the social-hub
-
git push master