Displaying 1 result from an estimated 1 matches for "5c930064".
2019 Oct 28
6
Committing with git
Now that we have switched to git and I had to leave behind my wonderfully
simple svn workflow I have noticed something curious when committing.
My typical workflow once my patch is approved on Phabricator has always
been:
- Update my source tree to latest
- Apply the approved patch
- Rebuild
- Retest
- If all is well, commit
Having to update again after rebuilding/retesting was extremely rare