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

Git stash #228

Open
jcubic opened this issue May 24, 2018 · 4 comments
Open

Git stash #228

jcubic opened this issue May 24, 2018 · 4 comments

Comments

@jcubic
Copy link
Contributor

jcubic commented May 24, 2018

Do you plan to implement git stash?

@billiegoose
Copy link
Member

It's not on my mental roadmap yet, but implementing stash would be within the scope of things I'd happily accept a PR for! It just needs to be compatible with what the canonical git stash command does. I'm not actually sure where stashes are stored off the top of my head. But surely they are some file in the .git folder.

@modesty
Copy link

modesty commented Mar 2, 2024

WIP isogit stash: https://github.com/modesty/isomorphic-git/tree/feat/isogitstash, supports stash push, apply, drop, pop, list and clear. Please share issues in the above forked repo, it'd help me make it PR ready to contribute back here. Next up is to refactor as a GitStashManager, plus more tests and docs.

@jcubic
Copy link
Contributor Author

jcubic commented Mar 2, 2024

@modesty wow, amazing work. I would only ask to remove changes to package-lock.json file if you will create a PR.

modesty added a commit to modesty/isomorphic-git that referenced this issue Mar 5, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
modesty added a commit to modesty/isomorphic-git that referenced this issue Mar 8, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
@modestysn
Copy link

post on stash: https://www.codeproject.com/Articles/5378745/Inside-Git-Stash, it's a verbose version of PR #1878 ;-)

modesty added a commit to modesty/isomorphic-git that referenced this issue Mar 17, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
modesty added a commit to modesty/isomorphic-git that referenced this issue Apr 7, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
modesty added a commit to modesty/isomorphic-git that referenced this issue Apr 9, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
modesty added a commit to modesty/isomorphic-git that referenced this issue Apr 9, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
modesty added a commit to modesty/isomorphic-git that referenced this issue Apr 9, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
modesty added a commit to modesty/isomorphic-git that referenced this issue Apr 9, 2024
…somorphic-git#980, also add more test cases for changes and deletion under a folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Kanban
  
Backlog
Development

No branches or pull requests

4 participants