Method: Cnvrg::Project#last_local_commit

Defined in:
lib/cnvrg/project.rb

#last_local_commitObject



31
32
33
# File 'lib/cnvrg/project.rb', line 31

def last_local_commit
  YAML.load_file(@local_path + "/.cnvrg/idx.yml")[:commit] rescue nil
end