grav-plugin-git-sync
grav-plugin-git-sync copied to clipboard
Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Here's my typical Grav workflow. Note that I'm fairly new to Grav, so maybe I'm doing something dumb: * Grab a grav skeletin and fetch out the user/ folder *...
**Error:** fatal: empty ident name (for ) not allowed This appears post-setup of the plugin, configured with tokens. Fresh install, zero config beyond install of Skeleton files from "learn2-with-git-sync-site', followed...
Up until yesterday, I had been using this amazing plugin to sync my website with my repo. My typical workflow would be to open my editor of choice locally, edit...
Hi there, I've just installed this plugin and really love it. However - I can't quite figure out how to just sync the things I actively work aka one theme...
I setup a new repo followed all the instructions after it finished I get this error Untracked working tree file '.gitignore' would be overwritten by merge. Aborting I had a...
tl;dr: As an enhancement, it could make sense to allow the setup of several independent repos, one for each user/* folder to be synced. That way, we could version control...
Thanks for the great plugin. I would need a relatively simple setup where the git 'remote' repository is actually on the same machine than the git-grav application, and then a...
Hello, If I setup git-sync with username and password it works well on my gitlab self hosted. But it don't work with a token. I have this error : `Failed...
ERROR : "Call to undefined function Grav\Plugin\GitSync\exec()" ``` /home/clients/xxxxxx/sites/xxxxx/user/plugins/git-sync/classes/Helper.php /** * Checks if the user/ folder is already initialized * * @return bool */ public static function isGitInitialized() { return...
This plugin is great for synching page content from GitHub repository. However, currently it requires a GitHub user account which then must be managed by someone. This can become a...