Method: BuildTool::VCS::GitConfiguration#copy_configuration
- Defined in:
- lib/build-tool/vcs/git.rb
#copy_configuration(other) ⇒ Object
205 206 207 208 |
# File 'lib/build-tool/vcs/git.rb', line 205 def copy_configuration( other ) super @remote = {} # Do not copy the remotes end |