Method: Cnvrg::Project#last_local_commit
- Defined in:
- lib/cnvrg/project.rb
#last_local_commit ⇒ Object
25 26 27 28 |
# File 'lib/cnvrg/project.rb', line 25 def last_local_commit idx = YAML.load_file(@local_path + "/.cnvrg/idx.yml") return idx[:commit] end |