Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: New User Question

From: William Swanson <hidden>
Date: 2016-06-15 22:57:47

On Mon, Jun 17, 2013 at 8:39 AM, Joel McGahen [off-list ref] wrote:
What I need to understand is how to
a) Connect my developer's VM local repos to the new remote repo I created so they can continue to work.
b) Once the contractual issues are resolved reconnect the developer's local repos back to the original orgin/master repo and merge all their changes.
Git stores information about remotes in the .git/config file. You can
either edit this file directly to change which URL "orgin" points to,
or you can use the "git remote" commands to make the same changes. You
can read the documentation by typing "git help remote".
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help