mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-02 09:58:23 +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 {
|
} else {
|
||||||
$exec = $api->execManualLocal(
|
$exec = $api->execManualLocal(
|
||||||
'checkout -b %Ls',
|
'checkout --track -b %Ls',
|
||||||
$names);
|
$names);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue