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.
2 parents b79de3a + 6dea92c commit 66fff95Copy full SHA for 66fff95
README
@@ -135,7 +135,7 @@ And here are the operations that will need to write to your git repository.
135
{ :git_dir => '/opt/git/proj.git',
136
:index_file => '/tmp/index'} )
137
138
- g = Git.clone(URI, :name => 'name', :path => '/tmp/checkout')
+ g = Git.clone(URI, NAME, :path => '/tmp/checkout')
139
g.config('user.name', 'Scott Chacon')
140
g.config('user.email', 'email@email.com')
141
0 commit comments