-
Notifications
You must be signed in to change notification settings - Fork 5
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
Check actually prevents from rebasing sometimes #2
Comments
Maybe this could help: https://git-scm.com/book/en/v1/Git-Tools-Stashing |
Or skip the check: env SKIP=check-rebase git commit |
We need to print that advice. What is the prefered way?
|
I think it is best to use |
I'd print all of them - so that people can pick the preferred solution (all of them at once: stash && commit -n with the the env var, force push and run) |
We decided to close this in favour of other work. If you still think it's important, please re-open it. |
I did some changes locally and
git add
the changed files. I wanted to do a commit butpre-commit
yield that I have to rebase.But running
git pull --rebase upstream master
outputs:So, I should commit the changes to rebase but I have to rebase to commit the changes?
The text was updated successfully, but these errors were encountered: