Skip to content

Instantly share code, notes, and snippets.

View mahmood-ysf's full-sized avatar

Mahmood Salah Ali Yousef mahmood-ysf

View GitHub Profile
@mahmood-ysf
mahmood-ysf / arcanist_cheatsheet.md
Last active October 21, 2025 12:55 — forked from tony612/arcanist_cheatsheet.md
arcanist cheatsheet
  • create tasks T{NNNN} assign 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