mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-22 20:51:09 +01:00
arc feature
set up git tracking branch
Summary: When using arc feature, it should set up the tracking branch to be master. Test Plan: ./bin/arc feature tracking Reviewers: vrana, epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5169
This commit is contained in:
parent
ebe464b6f0
commit
eed7e70bb1
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ EOTEXT
|
|||
}
|
||||
} else {
|
||||
$exec = $api->execManualLocal(
|
||||
'checkout -b %Ls',
|
||||
'checkout --track -b %Ls',
|
||||
$names);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue