<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>screenshot.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -24,10 +24,10 @@ Start it up:
 
     bananajour
     
-Initialize a new Bananajour repository:
+Go into an existing project and add it to bananajour:
 
     cd ~/code/myproj
-    bananajour init
+    bananajour add
 
 Publish your codez:
 
@@ -36,7 +36,7 @@ Publish your codez:
 Fire up [http://localhost:9331/](http://localhost:9331/) to check it out.
 
 If somebody starts sharing a Bananajour repository with the same name on the
-network, it'll automatically show up in the network thanks to the wonder that is Bonjour.
+network it'll automatically show up in the network thanks to the wonder that is Bonjour.
 
 For a list of all the commands:
 </diff>
      <filename>Readme.md</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Tim Lucas&quot;]
-  s.date = %q{2009-06-12}
+  s.date = %q{2009-06-13}
   s.default_executable = %q{bananajour}
   s.description = %q{Local git repository hosting with a sexy web interface and bonjour discovery. It's like your own little adhoc, network-aware github!}
   s.email = %q{t.lucas@toolmantim.com}</diff>
      <filename>bananajour.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -17,8 +17,8 @@ when nil
   Bananajour.advertise!
   Process.wait
 
-when &quot;init&quot;, &quot;add&quot;
-  repo = Bananajour.init!(ARGV[1] || File.expand_path(&quot;.&quot;))
+when &quot;add&quot;, &quot;init&quot;
+  repo = Bananajour.add!(ARGV[1] || File.expand_path(&quot;.&quot;))
 
 when &quot;remove&quot;, &quot;rm&quot;
   name = ARGV[1]
@@ -43,9 +43,9 @@ Usage: #{File.basename($0)} [&lt;command&gt;]
 
 Commands:
   none               - Start the web, git and bonjour serving
-  init [path]        - Init a new repo
+  add [path]         - Add an existing git repo to bananajour
   remove &lt;name&gt;      - Remove a repo 
-  clone &lt;url&gt; [path] - Clone a remote repo and init it as a new bananajour repo
+  clone &lt;url&gt; [path] - Clone a remote repo and add it to bananajour
   help
   version
 HELP</diff>
      <filename>bin/bananajour</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@ module Bananajour::Commands
     fork { Bananajour::Bonjour::Advertiser.new.go! }
   end
   
-  def init!(dir, name = nil)
+  def add!(dir, name = nil)
     dir = Fancypath(dir)
 
     unless dir.join(&quot;.git&quot;).directory?
@@ -73,7 +73,7 @@ module Bananajour::Commands
       abort clone_failure_message(url, repo.dirname)
     else
       puts clone_success_message(url, dir)
-      init!(dir, dir)
+      add!(dir, dir)
     end
   end
   </diff>
      <filename>lib/bananajour/commands.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ad3967063bf4171a827edb537e074e293cc9541d</id>
    </parent>
  </parents>
  <author>
    <name>Tim Lucas</name>
    <email>t.lucas@toolmantim.com</email>
  </author>
  <url>http://github.com/toolmantim/bananajour/commit/662b4eeec689e59213fabeef1aaefda8a425d1b5</url>
  <id>662b4eeec689e59213fabeef1aaefda8a425d1b5</id>
  <committed-date>2009-06-12T07:18:30-07:00</committed-date>
  <authored-date>2009-06-12T07:18:30-07:00</authored-date>
  <message>Renamed bananajour init to bananajour add</message>
  <tree>721680ae78ce94cd378baf39406d2900f7dc31df</tree>
  <committer>
    <name>Tim Lucas</name>
    <email>t.lucas@toolmantim.com</email>
  </committer>
</commit>
