Method: Git::Lib#mv

Defined in:
lib/git/lib.rb

#mv(file1, file2)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



672
673
674
# File 'lib/git/lib.rb', line 672

def mv(file1, file2)
  command_lines('mv', '--', file1, file2)
end