Hey Folks, weāve just released the first beta version of our git-commit-and-push-content plugin for Kirby 3.
Since plugins for Kirby 3 work differently the new version will not be compatible with Kirby 2. But you can still use version 2 of the plugin.
To install via composer add "blankogmbh/kirby-git-commit-and-push-content": "^3.0.0-beta.1" to your require section. You also need to add "minimum-stability": "dev" to your composer.json to allow unstable versions.
Pullrequests, GitHub issues, and feedback are very welcome!
This one (correct me if I am wrong) pushes to a real git repo, the other one I think its kirby internal version control (at least that what it looks like)
Hey there
Yes @bvdputte is correct mine is pushing to a ārealā git repo as well and has the panel-visualization as an additional feature
Havenāt tested it with the stable version yet though. But with the RCs it worked fine.
If you want to collaborate feel free to send PRs and I can also give you/your team special repo access-rights!
Hi! Weāve not noticed @wottpal forked our plugin, so we started porting ours to Kirby 3. But your changes look very good, so I think itās a good idea to start collaborating on this, so we can build āThe best Kirby git experience everāā¢.
I have a lot of stuff on my list for today but Iāll come back to you when I have a bit more time.
Will be great if you guys can work together on this, I think its a great idea. Question I have now though is, which should I use today? @mactux or @wottpal ?
If you want to have the history view in the Panel you might want to go with @wottpalās. If you want/need to install the plugin via composer you probably should use ours.
I would love to be able to skip the automated part on some projects, and have a āCommit changesā button I can put somewhere, where I enter a more explicit commit name, like āAdded 3 projectsā or āUpdated my info with publicationsā, and it pushes all the changes since the last commit.
Would allow for more explicit commit messages and less commits overall, so a more readable repo. Iād gladly open a ticket on github somewhere, or try and PR something for this, but Iāll wait for an unified repo then
@mactux I am finally installing this one my site, I have installed, looking āokā so far.
This is my config, reason for the Kirby()->root() is because I have a repo at that the root level and rather not have 2 separate repos, one for the site and one for the content.
But with that config, my site gives me **Fatal error** : Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in **C:\xampprb\htdocs\kirby\config\roots.php** on line **6**