Git tool

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: Git tool

Post by microelly2 »

triplus wrote:In pseudo code if something like this would be possible in the future and available by default:

Code: Select all

import dulwich
dulwich.porcelain.clone("git url", target='UserAppData/Mod')
That would i guess make FreeCAD "git ready". ;) And i do imagine some nice GUI dialogs would be made as a result to provide some useful features to FreeCAD users.
Looks interesting. Having a Gui on top of dulwich.porcelain can make exchange between non gui experts easier. :)
Post Reply