-
Notifications
You must be signed in to change notification settings - Fork 132
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
Improve git
prompt during rebase conflicts
#344
Comments
https://github.com/aayushgakhar/pure |
I like it 👍 |
glad you like it |
I personally like the minimal look of powerlevel10k when rebasing (where I am and how many rebasss left). I personally dont need much else. Not sure what philosophy we should use in Pure |
yeah ik |
Hello, thank you for the project!
Short: when a rebase has conflicts, the base branch is shown rather than the current one.
Reproduce steps:
git rebase A
. It should prompt you that you have conflicts and you may need to resolve them.Expectations: the current branch should still be
B
but in the middle of a rebase. Ideally it should show that we are in the middle of a rebase. The last line in the screenshot below:My setup
Variables:
Regarding plugins besides
pure
, I haveautopair
,fish-async-prompt
and some custom ones that have no relation withgit
. I can share my dotfiles (nix though) if helpful.If there is interest, I can look into it and perhaps follow a similar format to
powerlevel10k
(I came fromzsh
). Suggestions?Env
Pure
Fish
OS/distribution
The text was updated successfully, but these errors were encountered: