geordi 0.15.3 → 0.15.4
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/bin/remotify-local-branch +10 -17
- data/lib/geordi/version.rb +1 -1
- metadata +3 -3
data/bin/remotify-local-branch
CHANGED
|
@@ -1,19 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
# push branch to remote and track it
|
|
16
|
-
`git push -u origin #{branch}`
|
|
17
|
-
|
|
18
|
-
puts "#{branch} is now tracking origin/#{branch}"
|
|
19
|
-
|
|
3
|
+
puts
|
|
4
|
+
puts " Deprecation Notification: This script does nothing."
|
|
5
|
+
puts
|
|
6
|
+
puts " Pushing a new branch and tracking it immediately with plain git is so easy now."
|
|
7
|
+
puts " https://makandracards.com/makandra/7895-git-push-a-new-branch-and-track-it-immediately"
|
|
8
|
+
puts
|
|
9
|
+
puts " Simple use the git command"
|
|
10
|
+
puts
|
|
11
|
+
puts " git push -u"
|
|
12
|
+
puts
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geordi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 15
|
|
9
|
-
-
|
|
10
|
-
version: 0.15.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.15.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Henning Koch
|