> 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 working properly without bugs since 
> we have tomcat pointing to only the original work directory.

It seems to me that the problem isn't the Git workflow itself, but
that you have no way of testing a Dev version of the Website without
installing the change into the "live" Website.  (Or perhaps I am
misunderstanding your situation.)  Since you clearly don't want to
install the change into the live Website before you have tested it,
you need some sort of testing facility.

Dale

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


Reply via email to