views:

138

answers:

1

I'm in the process of adopting Git with my company, however some of the designers use Dreamweaver for composition and layout.

Dreamweaver includes a tool for SVN, but I've been trying to find a way for them to include git so they can visually commit and push their changes to the repository.

Googling, I've found GitWeaver but it seems to be, of all things for a Git tool, Windows-exclusive.

So, how would you go about it?

A: 

There’s GitX, which is a pretty decent GUI tool for git as far as such things go.

Ben Stiglitz
I like GitX, and it's a great tool for reviewing changes, staging them, and creating commits. I haven't been able to use it for pulling and pushing to a remote repository, though, which I think the OP is hoping for (not to mention integration with Dreamweaver).
pjmorse