Git: Optimize repo update, dont poll twice
ClosedPublic

Authored by kfunk on Dec 31 2015, 1:47 PM.

Details

Summary

Before: pull (get new branches), checkout, pull
Now: fetch (get new branches), checkout, merge

Note: git pull is simply git fetch + git merge

Diff Detail

Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
kfunk updated this revision to Diff 1678.Dec 31 2015, 1:47 PM
kfunk retitled this revision from to Git: Optimize repo update, dont poll twice.
kfunk updated this object.
kfunk edited the test plan for this revision. (Show Details)
sengels accepted this revision.Jan 1 2016, 11:33 PM
sengels added a reviewer: sengels.
This revision is now accepted and ready to land.Jan 1 2016, 11:33 PM
kfunk closed this revision.Jan 3 2016, 5:35 PM