lib/pah/partials/_git.rb in pah-0.0.10 vs lib/pah/partials/_git.rb in pah-0.0.11
- old
+ new
@@ -1,7 +1,9 @@
puts "Initializing new Git repo ...".magenta
+copy_static_file '.gitignore'
+
git :init
-git :add => "."
+git :add => "--all"
git :commit => "-aqm 'Initial commit.'"
puts "\n"
\ No newline at end of file