Git integration for Grasshopper user, no need to install git
This plugin can make grasshopper get version control super power right away
Documents comes later...
Documents comes later...
Documents comes later...
- 0.0.1
- Work in progress
KaivnD – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/KaivnD/GGit.git
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Grasshopper, which is a wonderful tools for visual programming.
- LibGit2Sharp, with out their work, this wouldn't exist.
- ObjectListView, provide a very nice list view component for winform, that's awesome by the way.