Method: Fanforce::CLI::Run.git_init

Defined in:
lib/fanforce/cli/run.rb

.git_initObject



31
32
33
34
35
# File 'lib/fanforce/cli/run.rb', line 31

def self.git_init
  response = `git init`
  `git config core.fileMode false`
  return response
end