Re: [git-users] What is the best way to use GIT for versioning Java Website

2013-01-28 Thread Dale R. Worley
From: gaug...@gmail.com 1) Each developer having his own contetnts in a separate directory is not able to test the code before pushing it to the bare repo which would update the Work Directory- Coz of these steps even for say one jsp file change I end up doing 20 commits until it starts

[git-users] What is the best way to use GIT for versioning Java Website

2013-01-27 Thread gaugeta
I have a git repo installed in my unix for version tracking our JEE website. I have currently run into issues not in the usage of git but the way in which I am suppose to use it which is explained below. I work in a team of 3 developers which contribute to the website development. Initially