kart reset --soft #626
SrNetoChan
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Hi @SrNetoChan, We've been reluctant to automatically throw every feature of Git into Kart: Git is complex and it's UX is too. So it's not that we're against it, just wary. Similarly, we may end up with an index in future but we've avoided it so far. Can you explain some example use cases where you've missed |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry I haven't been keeping up with discussions here... the workaround at present would be to create a patch.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the idea that who knows git, knows kart. I miss one particular feature.
git reset <commit>
uses by default the --soft tag, which reverts the HEAD to the desired commit but keeps the changes. which can then be discarded or not.kart reset uses the --hard approach, which means that it will mode the HEAD losing all the changes made.
I couldn't find a way to do the soft approach... even using other commands. I would be nice if there was a --hard option to clean the changes and that the reset would default to --soft.
Beta Was this translation helpful? Give feedback.
All reactions