💾 Archived View for pwshnotes.flounder.online › gemlog › 2022-10-16-auto-pull.gmi captured on 2023-07-22 at 16:25:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
VS Code introduced a feature to synchronize before switching branches:
Pull before checkout
This milestone we added a new setting, git.pullBeforeCheckout, to streamline the process of switching branches. When this setting is enabled, if there are no outgoing commits, we will pull from the remote and fast-forward the branch before checking it out.
"git.pullBeforeCheckout": true
Pull Before Checkout | September 2022 Update
"fast-forward" | Basic Branching and Merging | Git Book
"fast-forward" | merge | Git Documentation
Created: Sunday, October 16, 2022
Updated: Sunday, October 16, 2022