
Git Extensions
Git Extensions is the only graphical user interface for Git that allows you control Git without using the command line.
A WORKFLOW LAYER ON TOP OF VANILLA GIT Git is a great foundation for source code management. It provides all required pieces of functionality, and supports many...
a workflow layer on top of vanilla git
git is a great foundation for source code management. it provides all required pieces of functionality, and supports many different ways of using it equally well.
it is intentionally generic and basic, though. using it properly as a developer is cumbersome and repetitive. for example, correctly merging a finished feature branch requires up to 15 individual git commands!
git town adds a layer of highlevel commands to git. they perform typical development workflow operations like creating or shipping feature branches, similar to how an expert git user would do it. all while being as generic and unopinionated as git.
git