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

Push with uncommited changes #653

Open
rusproject opened this issue Apr 11, 2023 · 0 comments
Open

Push with uncommited changes #653

rusproject opened this issue Apr 11, 2023 · 0 comments

Comments

@rusproject
Copy link

Question

Hello! I often need to make partial commit and push it to dev server, but I can't do it with gitftp since it don't allow to push "dirty repository", even with --force flag. Git itself allows, but gitftp does not.

$ git push
Everything up-to-date

$ git ftp -s dev push --force
fatal: Dirty repository: Having uncommitted changes. Exiting...

Do I miss something? Is there way to do this without stash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant