Method: BuildTool::VCS::GitConfiguration#initialize
- Defined in:
- lib/build-tool/vcs/git.rb
#initialize ⇒ GitConfiguration
158 159 160 161 162 163 164 165 166 |
# File 'lib/build-tool/vcs/git.rb', line 158 def initialize super @remote = {} @track = nil = {} = {} @already_checked_config = false @already_checked_user_config = false end |