Replies: 2 comments 1 reply
-
Re: "I get the same warning even when there is work to do" I was able to reproduce that:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Does |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't understand the warning I'm getting from
git restack
here:In this case, I would expect
restack
to be a no-op, judging by the linear output ofgit sl
.I get the same warning even when there is work to do. I always have to do
git restack <commit>
to ensure that the operation does not attempt to touch these hundreds of public commits.Is there something wrong with the history of my repo? Or my checkout? Perhaps something I've hidden?
Beta Was this translation helpful? Give feedback.
All reactions