public class BranchConfig extends Object
| Constructor and Description |
|---|
BranchConfig(Config config,
String branchName)
Create a new branch config, which will read configuration from config
about specified branch.
|
public String getTrackingBranch()
null if it could
not be determinedpublic String getRemoteTrackingBranch()
null if it could
not be determined. If you also want local tracked branches use
getTrackingBranch() instead.Copyright © 2013. All Rights Reserved.