Tagged Questions
22
votes
6answers
10k views
[Git]How can I make my local repository available for git-pull?
I have a working copy repository that I've been working in no problem; the origin for this repository is on GitHub.
I'd like to make my working copy repository available as the origin for my build ...