[git-users] Git for small team of programmers

2010-02-11 Thread FlashWebHost.com
Hi, We are a small team of 4 programmers. So far we all worked on same repository, only I do the commit, rest of the 3 programmers make changes, i verify the code changes and commit. Recently there are lot of changes in the code, i could not validate all the changes in time. I find it difficult

[git-users] Re: Two issues with remote repository used for a website

2010-02-10 Thread FlashWebHost.com
1) Every time I push from my local checkout to the remote master, I have to access my remote machine via ssh and do a 'git reset --hard' to get the changes to show up in the remote working directory --i.e. so Apache can access the files. Is there a way to automate this? 2) Every time I push