On Saturday, April 13, 2013 3:32:23 AM UTC+2, sunnytrader wrote:

> Hi All,
>  
> I started with GIT last week and am already using it for my company work . 
> There is a repo hosted on BitBucket and all the developers are using it 
> including myself.
>  
> I now wanted to setup another repo for myself but i want to be absolutely 
> certain that it doesnt not get mixed up with my office work. The starting 
> point i though was to ceate another windows user and have the repo in the 
> mydocuments area which is account specific. 
>  
> What else do i need to do to enable sure shot seperation ? Is it possible 
> to have two installs o GIT and should i do it or there is another way?
>  
>

A typical mixup I do personally is committing with my private email account 
to my work repositories, and vice-versa.

What I would do would be to remove my username/email config from my global 
~/.gitconfig, so that I explicitly have to configure it in each and every 
repository (inside ./git/config). It's a bit tedious, but only has to be 
done once per repository.

-- 
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