I guess you are talking about multiple remotes? That is you can have your 
repository on more than one server. The server you clone from is always the 
origin. You can verify that by entering the command "git remote -v". You 
can add other remotes (thus locations where your repo resides) by using 
"git remote add <name> <url>".

There is NO automatic syncing between your remotes. You have to do this 
manually. There is more 
here: https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes

hope that helped ....

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/62489df4-08a2-46d9-8e0a-f5eaeb5e56e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to