Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git sync: option to not push #2715

Open
teumas opened this issue Dec 1, 2023 · 1 comment
Open

git sync: option to not push #2715

teumas opened this issue Dec 1, 2023 · 1 comment

Comments

@teumas
Copy link

teumas commented Dec 1, 2023

Sometimes when hacking away on a feature branch I would like to perform git sync in order to fetch changes from the remote, but without pushing my changes to the remote.

Something like git sync --no-push, which performs all the steps of sync but stops short of pushing my local changes to the remote branch.

This would be great when I need to verify that my code and the changes from upstream work together correctly before I push my changes.

@kevgo
Copy link
Contributor

kevgo commented Apr 14, 2024

related: #1680

@kevgo kevgo changed the title feature request: option to sync locally but not to remote git sync: option to not push Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants