-
I've just installed forge and after doing the initial pull with In particular, it seems Thanks in advance for your reply and any related tip :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I do recommend
|
Beta Was this translation helpful? Give feedback.
I do recommend
forge-pull
(f y
orN f f
) even if just one topic changed.forge-pull-topic
(N f t
) is for when you know that something changed, yet the API refuses to acknowledge that and keeps claiming that no topic changed, or in huge active repositories, where you want to avoid fetching other topics and git data (i.e. the pullreqs refs) because the keep changing constantly.forge-pull
may be a bit wasteful, but it happens in the background so that shouldn't be much of an issue.