kirby-git
kirby-git copied to clipboard
Kirby plugin for updating content in the panel via Git
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [kirbyup](https://github.com/johannschopplich/kirbyup). These dependencies needed to be updated together. Updates `vite` from 2.9.9 to 3.0.9 Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details....
First off, I'm very excited about the plugin. Thank you for building it! It's so well thought out, and I can't wait to start using it. **Issue:** When I visit...
When you've left an open browser tab with the Git view open, it can be useful to poll for changes so you don't have to refresh the page.
It would be useful to notify the user of potential updates by running `git fetch` when the Git tab is opened and then showing something like: >**3 commits** can be...
When running on a staging environment, for example, it could be useful to have the ability to switch between branches and commit to them separately, without having to SSH on...
If you have a branch named `content`, Git confuses it with the `content` folder. All commands run by the plugin should make use of the `--` argument to clearly separate...
It'd be useful to be able to pull and push using the same branch. When you work alone, it's harder to produce conflicts and using separate branches could be unnecessary.
I think it would be awesome if one could easily customize the labels of status etc. on the commit overview. With that, one could set it up for non-technical users...
Even if you can stage separate files as #3 suggests, you'd have to do a lot of clicking just to stage the children of a single page. You should be...
The AJAX response is this: ``` To https://git-codecommit.eu-central-1.amazonaws.com/v1/repos/my-repo c8dd520..6859a72 master -> master error: update_ref failed for ref 'refs/remotes/origin/master': cannot update the ref 'refs/remotes/origin/master': unable to append to '.git/logs/refs/remotes/origin/master': Permission denied...