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

Sync option should not prompt for commit message if no changes #371

Closed
isc-pbarton opened this issue Jun 21, 2024 · 0 comments · Fixed by #390
Closed

Sync option should not prompt for commit message if no changes #371

isc-pbarton opened this issue Jun 21, 2024 · 0 comments · Fixed by #390
Assignees
Labels
bug Something isn't working usability

Comments

@isc-pbarton
Copy link
Collaborator

Say git-source-control is configured in Basic mode and I have no uncommitted changes. If I use the Sync command, I will be prompted for a commit message. It will then fetch, pull, see I have no changes to commit, and finally push.

If possible let's skip that commit message prompt if there are no changes to commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment