Page MenuHomePhabricator
Paste P1685

Development Workflow
ActivePublic

Authored by oskall on Dec 12 2014, 8:56 PM.
Tags
None
Referenced Files
F249645: Development_Workflow
Dec 12 2014, 8:56 PM
Subscribers
None
• git checkout -b <brank_name>
• [… commit changes …]
• (optional) git push origin <brank_name>
• arc diff
○ Pushes the branch to the remote
○ Create a code review
• [… commit changes, rebase, etc …]
• git push origin <brank_name>
○ Behind the scenes, update the review (e.g. `arc diff`)
• Code review accepted
• arc land
○ Removes the branch from origin

Event Timeline

oskall changed the title of this paste from untitled to Development Workflow.
oskall updated the paste's language from autodetect to autodetect.