diff options
| author | scott Chacon <schacon@agadorsparticus.(none)> | 2007-11-10 15:34:12 -0800 |
|---|---|---|
| committer | scott Chacon <schacon@agadorsparticus.(none)> | 2007-11-10 15:34:12 -0800 |
| commit | efcce7fc123b9e64fb9d93224e4e78d09144af3d (patch) | |
| tree | 5c9966a11b18218d6e2f655e7f34a7604530b2a1 /EXAMPLES | |
| parent | fde3263abc5c7866aa7dce7aef28eacaa33d7664 (diff) | |
| download | third_party-ruby-git-efcce7fc123b9e64fb9d93224e4e78d09144af3d.tar.gz third_party-ruby-git-efcce7fc123b9e64fb9d93224e4e78d09144af3d.tar.xz third_party-ruby-git-efcce7fc123b9e64fb9d93224e4e78d09144af3d.zip | |
got clone and init to work - my first writing functions
Diffstat (limited to 'EXAMPLES')
| -rw-r--r-- | EXAMPLES | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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') |
