Heya, On Thu, Mar 26, 2009 at 19:51, Carlo <mr.spoon21@xxxxxxxxx> wrote: > Using git he should save, commit, add, push... so it's a bit longer. > > Is there a nice compromise? Or a better way to use git for such a task or web > development in general? $ git config alias.tryout "!git branch -f tryout && git checkout tryout && git add . && git commit -m TryOut && git push shared_repo tryout" You can even see the page live if you set the proper attributes ;). -- Cheers, Sverre Rabbelier -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html