Skip to content

Instantly share code, notes, and snippets.

View manenga's full-sized avatar

Manenga Mungandi manenga

View GitHub Profile
@manenga
manenga / arcanist_cheatsheet.md
Created July 30, 2020 07:12 — forked from tony612/arcanist_cheatsheet.md
arcanist cheatsheet
  • create tasks T{NNNN} asign them
  • create a branch with name like "T{NNNN}-boo-hoo"
  • git checkout -b T1234-boo-foo
  • commit changes on that branch until it gets ready to be reviewed
  • git commit -am 'first'
  • git commit -am 'now it works'
  • check if it's lint free (NOTE: it runs lint against only modified files)
  • arc lint
  • push a review request to the server. This will create a diff with id D{NNNN}
  • arc diff