Yes, if it's two different websites, there's no point in them sharing a 
repository. Have two repositories: website-us and website-uk.

There's nothing wrong with having more machines involved, of course. You can 
clone around the repository as many times as you want.

But before a developer in Hawaii can push to the US webserver, he needs to 
get up to date first (pull in, or rebase the changes others have made on the 
server).

You can set up a hook in the server repositories, more specifically a 
post-receive hook: 
http://www.kernel.org/pub/software/scm/git/docs/githooks.html

It's not bad practice, I think :)

Here's the link again, the key word is *git archive*: 
http://stackoverflow.com/questions/160608/how-to-do-a-git-export-like-svn-export
 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to