Skip to content

Is it possible to pull from all local branches? #4562

Answered by stefanhaller
Demianeen asked this question in Q&A
Discussion options

You must be logged in to vote

You don't have to check out a branch in order to pull it if it is only behind its upstream (e.g. ↓3, as opposed to diverged, as in ↓7↑5). Just select the branch and hit f.

But in the latest version (0.50) we also added a feature to auto-forward branches; by default this is only done for the main branches (usually "master" or "main"), but you can set it to also do it for feature branches if you want, by saying

git:
  autoForwardBranches: allBranches

Let me know if these still don't address your wish enough.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Demianeen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants