Details
Details
Howdy!
I am setting up a Manual Staging Area and am at the point of setting up SSH keys for the repo.
When the document says “arc diff will automatically push a copy of the changes to the staging area as a side effect when creating and updating reviews.”:
- That push is happening on the server side by phabricator, correct?
- That push is being done by the same user the phabricator is running as, correct?
- Where does it clone the repo to locally on the server?
TIA!
Answers
Answers
That push is happening on the server side by phabricator, correct?
No. arc diff is performing the push from the client.
That push is being done by the same user the phabricator is running as, correct?
No. It is being done by the user running arc, as though they had typed git push ... themselves immediately after typing arc diff.
Where does it clone the repo to locally on the server?
Staging areas are not cloned.
New Answer
New Answer