Skip to content
/ GGit Public

Git integration for Grasshopper user, no need to install git

Notifications You must be signed in to change notification settings

KaivnD/GGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGit

Git integration for Grasshopper user, no need to install git

This plugin can make grasshopper get version control super power right away

Installation

Documents comes later...

Usage example

Documents comes later...

Development setup

Documents comes later...

Release History

  • 0.0.1
    • Work in progress

Meta

KaivnD – [email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/KaivnD/GGit.git

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Credit

  1. Grasshopper, which is a wonderful tools for visual programming.
  2. LibGit2Sharp, with out their work, this wouldn't exist.
  3. ObjectListView, provide a very nice list view component for winform, that's awesome by the way.