Shipwright::Backend::Git - Git repository backend


Shipwright documentation  | view source Contained in the Shipwright distribution.

Index


NAME

Top

Shipwright::Backend::Git - Git repository backend

SYNOPSIS

Top

    shipwright create -r git:file:///home/me/shipwright/my_proj.git

DESCRIPTION

Top

This module implements a Git based backend for Shipwright repository (repository in Shipwright::Manual::Glossary).

ENVIRONMENT VARIABLES

Top

SHIPWRIGHT_GIT - path of git command, default value is git.

METHODS

Top

build
initialize

initialize a project.

check_repository

check if the given repository is valid.

fs_backend

git's local clone is nearly the same as a fs backend, this returns a Shipwright::Backend::FS object which reflects the local_dir repository.

info
import
commit
delete
move

AUTHORS

Top

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Top


Shipwright documentation  | view source Contained in the Shipwright distribution.