zicht / z-plugin-git
GIT plugin for Z
1.0.9
2022-11-18 10:36 UTC
Requires
- zicht/z: *
README
This plugin implements vcs
commands which are used by other plugins to access
versioning information of the current project.
Mostly, the tasks and commands within this plugin are used by other plugins to do versioning-related commands, such as:
- Showing the current version deployed on a remote (
env:version
from theenv
plugin) - Showing a diff between remote version and current (
env:diff
from theenv
plugin) - Creating a build of a specific version (
build
from thebuild
plugin, used by thedeploy
plugin)
Some of the convenience commands that are available in this plugin are
implemented the same way as in the svn
plugin, though you might not use them
as often when you're used to git.
Maintainer(s)
- Jochem Klaver jochem@zicht.nl