Skip to content

Commit a76d2e0

Browse files
committed
Merge branches 'orphan_build' and 'base_mv_files_method' into multiple_merges
2 parents d00633d + fe1850e commit a76d2e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/git/base.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ def index
9191
@index
9292
end
9393

94+
def mv(file1, file2)
95+
self.lib.mv(file1,file2)
96+
end
9497

9598
def set_working(work_dir, check = true)
9699
@lib = nil

0 commit comments

Comments
 (0)