Method: Pod::Source#git_tracking_branch
- Defined in:
- lib/cocoapods-core/source.rb
#git_tracking_branch ⇒ Object (private)
454 455 456 457 |
# File 'lib/cocoapods-core/source.rb', line 454 def git_tracking_branch path = repo.join('.git', 'cocoapods_branch') path.file? ? path.read.strip : DEFAULT_SPECS_BRANCH end |