We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5283670 commit d02eec5Copy full SHA for d02eec5
History.txt
@@ -1,3 +1,7 @@
1
+== 0.4.3 2010-10-17
2
+
3
+* Fixed 'create-from-local' to correctly select public/private [scott]
4
5
== 0.4.2
6
7
New protocols supported: http, git+ssh, git+ssh://git@
Rakefile
@@ -4,7 +4,7 @@ require 'rake'
begin
require 'echoe'
- Echoe.new('github', '0.4.2') do |p|
+ Echoe.new('github', '0.4.3') do |p|
8
p.rubyforge_name = 'github'
9
p.summary = "The official `github` command line helper for simplifying your GitHub experience."
10
p.description = "The official `github` command line helper for simplifying your GitHub experience."
0 commit comments