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