# File lib/git/lib.rb, line 478 def rebase(branch) arr_opts = [] arr_opts << branch command('rebase', arr_opts) end