On Fri, Feb 22, 2013 at 02:33:50PM -0800, Shaun wrote:

> I have git set-up on my laptop for work. I want to set-up another project 
> using git repository so I can push/pull to my VPS server. I don't want this 
> to interfere with my current git settings. How can I set up my new 
> repository so it points to my personal web server?

Your local Git repositories are completely disjoint and maintain their
settings in their very own configuration files (.git/config), so the
stated problem does not exist -- you just do `git clone` or `git init`
plus `git remote add ...` and are done with it.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to