tsantos-gitadm 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/gitadm +8 -8
- metadata +2 -2
data/gitadm
CHANGED
|
@@ -9,15 +9,15 @@ require 'tempfile'
|
|
|
9
9
|
if ARGV.length == 0
|
|
10
10
|
s = <<EOF
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
gitadm is a tool for managing a git repositories. It does nothing for access control except to help
|
|
13
|
+
with adding ssh keys.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
Usage:
|
|
16
|
+
add-key Adds a public key to the account on the specified server
|
|
17
|
+
checkout Checks out a branch with tracking
|
|
18
|
+
create-remote-branch Creates a new remote branch
|
|
19
|
+
create-repo Creates a new git repository
|
|
20
|
+
|
|
21
21
|
EOF
|
|
22
22
|
puts s
|
|
23
23
|
exit(1)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tsantos-gitadm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Santos
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: .
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-08-04 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|