https://github.com/zicht/z-plugin-git
Utility - Z plugin 'git' - git integration
https://github.com/zicht/z-plugin-git
packagist
Last synced: 9 months ago
JSON representation
Utility - Z plugin 'git' - git integration
- Host: GitHub
- URL: https://github.com/zicht/z-plugin-git
- Owner: zicht
- License: mit
- Created: 2016-10-18T14:09:53.000Z (over 9 years ago)
- Default Branch: release/1.x
- Last Pushed: 2022-11-18T10:37:18.000Z (over 3 years ago)
- Last Synced: 2025-03-17T05:32:44.328Z (about 1 year ago)
- Topics: packagist
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Z-plugin for usage with git
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 the
`env` plugin)
* Showing a diff between remote version and current (`env:diff` from the `env`
plugin)
* Creating a build of a specific version (`build` from the `build` plugin, used
by the `deploy` 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