Method: Fanforce::CLI::Run.git_first_commit
- Defined in:
- lib/fanforce/cli/run.rb
.git_first_commit ⇒ Object
41 42 43 |
# File 'lib/fanforce/cli/run.rb', line 41 def self.git_first_commit `git commit -m "initial fanforce commit"` end |