gitcycle 0.2.26 → 0.2.27
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +6 -9
- data/gitcycle.gemspec +1 -1
- data/lib/gitcycle.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -35,11 +35,6 @@ Type `gitc branch` + your ticket URL to create a new branch:
|
|
35
35
|
|
36
36
|
gitc branch https://xxx.lighthouseapp.com/projects/0000/tickets/0000-my-ticket
|
37
37
|
|
38
|
-
To collaborate with another user, use a full path when prompted:
|
39
|
-
|
40
|
-
Q: What branch would you like to eventually merge into?
|
41
|
-
A: user/branch
|
42
|
-
|
43
38
|
Pull
|
44
39
|
----
|
45
40
|
|
@@ -137,17 +132,19 @@ See who is QA'ing what:
|
|
137
132
|
Checkout
|
138
133
|
--------
|
139
134
|
|
135
|
+
Check out an upstream or local branch:
|
136
|
+
|
137
|
+
gitc checkout [BRANCH]
|
138
|
+
|
140
139
|
### From Ticket
|
141
140
|
|
142
141
|
Checkout a branch from a ticket URL:
|
143
142
|
|
144
143
|
gitc checkout [TICKET URL]
|
145
144
|
|
146
|
-
###
|
147
|
-
|
148
|
-
Gitcycle automatically knows if you are checking out an upstream branch:
|
145
|
+
### From User's Fork
|
149
146
|
|
150
|
-
gitc checkout
|
147
|
+
gitc checkout user/branch
|
151
148
|
|
152
149
|
Todo
|
153
150
|
----
|
data/gitcycle.gemspec
CHANGED
data/lib/gitcycle.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitcycle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.27
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cucumber
|