Skip to content

Only pull changes when local branch is behind remote#294

Merged
geofflamrock merged 1 commit intomainfrom
only-pull-changes-if-needed
Jun 24, 2025
Merged

Only pull changes when local branch is behind remote#294
geofflamrock merged 1 commit intomainfrom
only-pull-changes-if-needed

Conversation

@geofflamrock
Copy link
Owner

@geofflamrock geofflamrock commented Jun 24, 2025

Currently when syncing or pulling changes from the remote, we pull every branch, irrespective of if it is behind the remote branch or not. This adds extra wasted time to these actions.

This PR changes to only pull branches that are behind the remote.

Fixes #273

@geofflamrock geofflamrock added the minor Increment the minor version when merged label Jun 24, 2025
@geofflamrock geofflamrock force-pushed the only-pull-changes-if-needed branch from 96583d9 to 2f0da29 Compare June 24, 2025 22:47
@geofflamrock geofflamrock modified the milestone: 0.12.0 Jun 24, 2025
@geofflamrock geofflamrock merged commit 667115a into main Jun 24, 2025
17 checks passed
@geofflamrock geofflamrock deleted the only-pull-changes-if-needed branch June 24, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only pull/push branches that require it

1 participant