Looking for a good GIT solution for Web Project maintained with Visual Studio -


in our environment serving combination of asp , asp.net pages on windows 2003 servers running iis. use visual studio edit pages via frontpage extentions.

we enjoy ability make quick edits , save , web updated immediately. don't worry, have development server test of our changes before moving them production server.

we not want use "publish site" option if @ possible.

i have been using git android (eclipse) projects lately , i'm enjoying it, use git our web site if @ possible.

i've have gitextentions installed, along vs plugin , have tried git source control provider.

keeping distributed vc mindset, i'd have repo on (and each of developers) pc , commit necessary.

the problem is, since editing via http/frontpage (master mode) files not stored locally.

i wondering if else in type of environment has implemented successful git workflow.

thank you,

my solution isn't ideal situation, given dont want step of publishing...

i have files locally in git repo, , manually (via script) push them web location.

so traded ease of editing deployed files, awesomeness git. me, came out bandit in trade.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -