Prop development and git
ke4pjw
Posts: 1,155
Anyone using git for source control of their prop development?
Any pointers on the best way to do it?
I am moving all of my code to Visual Studio Team Services.
Any pointers on the best way to do it?
I am moving all of my code to Visual Studio Team Services.
Comments
https://github.com/libpropeller/libpropeller
https://github.com/Red9/scad
There's also PropWare:
https://github.com/parallaxinc/PropWare
In general, most software developers seem to roughly follow this basic model:
http://nvie.com/posts/a-successful-git-branching-model/
Responding before understanding what you wrote. My bad.
I was kind of hoping someone had some pointers one good methods/tools/plugins for managing prop development with git. Most professional tools allow you to check code into and out of git repos. A git plugin for the PropellerIDE would be super sweet, but it does not exist.
I can use the CLI tools or gitGUI.
You could go with any number of other graphical Git tools, such as those offered by Tortoise or Atlassian. But you're right - you won't find any version control integration built into any dedicated Propeller tool such as the Propeller Tool, PropellerIDE, SimpleIDE, etc.
Tor, thanks for the heads up about UTF-16 encoding.
VSTS and gitgui make this VERY easy!