Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1685
Development Workflow
Active
Public
Actions
Authored by
•
oskall
on Dec 12 2014, 8:56 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F249645: Development_Workflow
Dec 12 2014, 8:56 PM
2014-12-12 20:56:31 (UTC+0)
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
edited the content of this paste.
(Show Details)
Dec 12 2014, 8:56 PM
2014-12-12 20:56:31 (UTC+0)
•
oskall
changed the title of this paste from untitled to
Development Workflow
.
•
oskall
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment