Skip to content
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

Missing Rebase/Cherry picking state information in git status result #1029

Open
TulshiDas39 opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@TulshiDas39
Copy link

Thanks all for the great project.

I am using simple-git version: 3.10.0 .
Command:
const status = await simpleGit(options).status();

In the status result I don't find any information to check if the there is any rebase and cherry pick task is in progress or not.

While reabase is in progress the git status command show below line in git bash:
"interactive rebase in progress; onto [hash]"
And similarly something while running cherry pick.

Expectation:
I am expecting two boolean properties such as "rebasing" for rebase and "cherryPicking" for cherry pick state in status result object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant