crazyfactory/gitflow

Recheck `await fetchAll();` usage

Opened this issue · 0 comments

git fetch --all can be costly in that it takes significant time

should we be cautious and only use it when required? or maybe just pull one branch/tag if that is all we need?