Changes

Jump to navigation Jump to search
421 bytes added ,  12:31, 1 April 2013
Line 43: Line 43:     
As projects pick up Phabricator & arc I am expecting them to have a .arcconfig committed to their repos, so you'll be able to skip this step. The first time you run an arc command against the Phabricator instance it'll ask you to paste in an auth token to validate your account.
 
As projects pick up Phabricator & arc I am expecting them to have a .arcconfig committed to their repos, so you'll be able to skip this step. The first time you run an arc command against the Phabricator instance it'll ask you to paste in an auth token to validate your account.
 +
 +
When you create a commit you need to include certain fields (reviewer, test plan, etc) so that arc can create a revision out of this. To avoid having to do this manually you can use git commit message templates:
 +
 +
  git config --global commit.template ~/.gitmessage.txt
 +
 +
And ~/.gitmessage.txt has to be:
 +
 +
  <Replace this line with a title. 1 line only, 67 chars or less>
 +
 +
  Summary:
 +
 +
  Test Plan:
 +
 +
  Reviewers:
 +
 +
  CC:
    
=== Create revisions ===
 
=== Create revisions ===
39

edits

Navigation menu