summaryrefslogtreecommitdiffstats
path: root/EXAMPLES
diff options
context:
space:
mode:
Diffstat (limited to 'EXAMPLES')
-rw-r--r--EXAMPLES10
1 files changed, 4 insertions, 6 deletions
diff --git a/EXAMPLES b/EXAMPLES
index 6dbfa6c..864db8d 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -78,15 +78,13 @@ g = Git.init
{ :git_dir => '/opt/git/proj.git',
:index_file => '/tmp/index'} )
-
-***** IMPLEMENTED *****
-
-
g = Git.clone(URI, :name => 'name', :path => '/tmp/checkout'
- (username, password, ssl_key, git_dir, index_file)
-
+ (git_dir, index_file)
+***** IMPLEMENTED *****
+
+
g.config('user.name', 'Scott Chacon')
g.config('user.email', 'email@email.com')