How to get list of stashed changes #1165
Answered
by
Byron
guptagaurav0075
asked this question in
Q&A
|
Documentation is throwing me off a little bit, can somebody please help in how we can perform the operation similar to the command: Tried the below but it didn't work for list, but worked for drop and save. |
Answered by
Byron
Oct 27, 2020
Replies: 2 comments
|
The issue is resolved, Getting stash list as string Is there a list of strs that can be provided back? |
0 replies
|
There is no easier way to do that, as GitPython provides mostly low level commands. |
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no easier way to do that, as GitPython provides mostly low level commands.
I presume you will have to parse the output of the git command execution yourself.
As for the line splitting: