You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using realms-wiki which uses gittle to work with a git repo. In general its what I need to but it doesn't automatically sync with github.
My plan was to simple add a post-commit hook which would push to github after each commit. The only issue is that for some reason commits using gittle doesn't trigger git hooks commit or otherwise.
When I use git from the command line it works wonderfully but using gittle on the other hand does not trigger the event. Do you have any idea why or how I can fix it?
The text was updated successfully, but these errors were encountered:
On Tue, Jun 14, 2016 at 10:38:41PM -0700, glassresistor wrote:
I'm using realms-wiki which uses gittle to work with a git repo. In general its what I need to but it doesn't automatically sync with github.
My plan was to simple add a post-commit hook which would push to github after each commit. The only issue is that for some reason commits using gittle doesn't trigger git hooks commit or otherwise.
When I use git from the command line it works wonderfully but using gittle on the other hand does not trigger the event. Do you have any idea why or how I can fix it?
This might be happening because not all hooks are implementing in
Dulwich, which gittle uses under the covers.
I'm using realms-wiki which uses gittle to work with a git repo. In general its what I need to but it doesn't automatically sync with github.
My plan was to simple add a post-commit hook which would push to github after each commit. The only issue is that for some reason commits using gittle doesn't trigger git hooks commit or otherwise.
When I use git from the command line it works wonderfully but using gittle on the other hand does not trigger the event. Do you have any idea why or how I can fix it?
The text was updated successfully, but these errors were encountered: