Integration with git #2671
Replies: 3 comments 1 reply
-
This would be a great feature. |
Beta Was this translation helpful? Give feedback.
-
I've update my scripts to download and manage your p5 projects (sketch.js + media): this repo replaces repo my-p5js-repo-2023 mentioned earlier: The repo p5mirror is in need of more first-user friendly documentation. If you are comfortable with the command line, try the usage documentation and let me know how it goes Any feedback and/or collaboration is appreciated |
Beta Was this translation helpful? Give feedback.
-
CRUD support added, with some limitations |
Beta Was this translation helpful? Give feedback.
-
Increasing Access
Integration to git would allow for things like easier backing up, and sharing of projects in a way that allows them to be easily modified by everyone. (This is basically #753, but with the added features of being able to write to git repositories.)
Currently, p5.js makes it hard to collaborate with others since projects are in a singular account and can't be shared between multiple, and there's also no version control system, blame system, or other system for easy restoration and exploration when dealing with projects that could a complex branch commit system instead of the current p5.js system, which also means that adding this would fix a large portion of p5.js's major problems.
This could be done using something like Isomorphic Git
Feature request details
Add the ability to use git's features via some sort of UI, or CLI made specifically for git.
This could be done using something like Isomorphic Git
Beta Was this translation helpful? Give feedback.
All reactions