1Shipwright::Backend::GiUts(e3r)Contributed Perl DocumentSahtiipownright::Backend::Git(3)
2
3
4
6 Shipwright::Backend::Git - Git repository backend
7
9 shipwright create -r git:file:///home/me/shipwright/my_proj.git
10
12 This module implements a Git based backend for Shipwright repository.
13
15 SHIPWRIGHT_GIT - path of git command, default value is git.
16
18 build
19 initialize
20 initialize a project.
21
22 check_repository
23 check if the given repository is valid.
24
25 fs_backend
26 git's local clone is nearly the same as a fs backend, this returns
27 a Shipwright::Backend::FS object which reflects the local_dir
28 repository.
29
30 info
31 import
32 commit
33 delete
34 move
35
37 sunnavy "<sunnavy@bestpractical.com>"
38
40 Shipwright is Copyright 2007-2015 Best Practical Solutions, LLC.
41
42 This program is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.
44
45
46
47perl v5.32.1 2021-01-27 Shipwright::Backend::Git(3)