Method: CodeRunner::RepositoryManager.remote_synchronize_up
- Defined in:
- lib/coderunner/repository_manager.rb
.remote_synchronize_up(remote, folder, copts) ⇒ Object
209 210 211 212 |
# File 'lib/coderunner/repository_manager.rb', line 209 def remote_synchronize_up(remote, folder, copts) repo = Repository.open_in_subfolder(folder) repo.rsyncu(remote, folder) end |