Make the wording of rebase less scary #2292
danielo515
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
Which changes do you propose? I took a look into the message and it actually says "are you sure you want to rebase X ONTO Y", which was my first suggestion, which is much clearer than into. I think the semantics is quite clear, you are changing the base ( |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Thank you for this great, great tool. Thanks to it I can use Nvim without missing VSCode UI at all.
Something I find particularly scary is the wording of rebase. The way (I think, correct me if I'm wrong) that you rebase your current branch on top of another one is by going to the local-branches section, put the selector on the branch you want to rebase (lets say it's master), and then hit
r
.Then a confirmation modal (which is always wonderful) appears and asks for confirmation, but it says:
Are you sure that you want to rebase "your-branch" into "master"
As far as I know, this rebases master with your changes from your-branch and keeps master untouched, all is done in your current branch. However, the wording ins confusing and may feel like you are going to modify the "master" branch, which is not what you want.
I understand that the message follows the GIT conventions, which I always found confusing about all the things related to rebasing. Will it be possible to make lazygit more friendly in that way?
Beta Was this translation helpful? Give feedback.
All reactions