Changes

Jump to navigation Jump to search
457 bytes added ,  12:32, 1 April 2013
Line 2: Line 2:     
[http://phabricator.itevenworks.net http://phabricator.itevenworks.net]
 
[http://phabricator.itevenworks.net http://phabricator.itevenworks.net]
 +
 +
== Phabricator's Web UI ==
    
Right now you can login by creating a regular account or via an FB account (support for other external systems coming soon).
 
Right now you can login by creating a regular account or via an FB account (support for other external systems coming soon).
Line 41: 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