git-module icon indicating copy to clipboard operation
git-module copied to clipboard

feat: add stash command

Open aymanbagabas opened this issue 2 years ago • 1 comments

  • Add stash push
  • List
  • Show

Describe the pull request

A clear and concise description of what the pull request is about, i.e. what problem should be fixed?

Link to the issue:

Checklist

  • [x] I agree to follow the Code of Conduct by submitting this pull request.
  • [x] I have read and acknowledge the Contributing guide.
  • [x] I have added test cases to cover the new code.

aymanbagabas avatar Oct 24 '23 19:10 aymanbagabas

Codecov Report

Merging #101 (5e8facf) into master (77db94e) will increase coverage by 0.12%. The diff coverage is 88.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   83.48%   83.61%   +0.12%     
==========================================
  Files          29       30       +1     
  Lines        1841     1892      +51     
==========================================
+ Hits         1537     1582      +45     
- Misses        184      187       +3     
- Partials      120      123       +3     

codecov[bot] avatar Oct 24 '23 20:10 codecov[bot]