I'm not sure what the roadmap is for git integration, but just a use case that occurs to me while I work "a bit with git" for the first time from Pharo. ��
I install a project via a Baseline from git and makes a small improvement. What is the easiest way to contribute back?�� I can't push back to the personal repo I downloaded from, so the easiest thing would be a single menu item to:
1. Fork original repository
2. Push current in-Image code to a new branch in that fork.
Maybe even...
3. Issue a pull request to the original repository.
cheers -ben��