Sha256: af6fdde0b10ce11799d53c17e267198969853b92e6e5bda992a2146bf8c9d845

Contents?: true

Size: 157 Bytes

Versions: 2

Compression:

Stored size: 157 Bytes

Contents

puts "Initializing new Git repo ...".magenta

copy_static_file '.gitignore'

git :init
git :add => "--all"
git :commit => "-aqm 'Initial commit.'"

puts "\n"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.12 lib/pah/partials/_git.rb
pah-0.0.11 lib/pah/partials/_git.rb