Searched defs:git (Results 1 - 1 of 1) sorted by relevance

/ontohub/app/models/repository/
H A Dgit.rb9 to: :git
16 def git method in class:Repository
17 @git ||= GitRepository.new(local_path.to_s)
25 git.commits(*args, &block)
29 git
34 git.destroy
38 commit_oid = git.delete_file(user_info(user), filepath, &block)
47 git.add_file(user_info(user), tmp_file, filepath, message) do |commit_oid|
59 git.add_file(user_info(user), tmp_file, filepath, message) do |commit_oid|
78 git
[all...]

Completed in 9 milliseconds