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
Copy file name to clipboardExpand all lines: readme.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@ Auto Git is a Kirby CMS plugin that commits to a Git repo every time content is
9
9
- Panel widget for pushing/pulling manually
10
10
- Localized commit messages
11
11
- Uses panel user as commit author
12
+
- Triggers pull and push events
12
13
13
14
## Requirements
14
-
- Git 1.8.5+
15
+
- Git
15
16
- Kirby 2.3.0+
16
17
- PHP 5.6+
17
18
@@ -111,6 +112,8 @@ After that, the following URLs will be available to you:
111
112
112
113
> Don't forget to pass the `secret` as an argument.
113
114
115
+
> Webhooks we only be enabled when the remote repository defined in the `autogit.remote.name` option exists. Add one by running `git remote add <name> <url>`.
116
+
114
117
To pull changes on your server every time the remote repo receives a new push, go to **your repo** on Bitbucket/Github/Gitlab then navigate to `settings` > `webhooks` > `add webhook` (these steps are almost the same across all providers).
@@ -130,7 +133,7 @@ Change the webhook URL segment to something else. Defaults to `autogit`.
130
133
### autogit.panel.user
131
134
Defines if Auto Git should use Kirby's panel user name and email as commit author. This will enable you to see who made each change on your Git client of choice or simply by running `$ git log`. **The user must have first name and email set on their account info.**
0 commit comments