| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Perform tasks when you hit saved revision.
/*
Available variables to plugin are:
* padId = The ID of the Pad you are working on IE "foo"
* message = the message IE "Hello world"
* path = The path defined in the settings blob
*/
"ep_git_commit_saved_revision":{
"path":"/home/jose/develop/var/git",
"initCommand":"git init ${path}",
"saveCommand":"git -C \"${path}\" add \"${padId}.txt\" && git -C \"${path}\" commit -m \"${message}\""
}
Apache 2
| Back | FazBrowse Home | New Git URL |