Skip to content

Implement git stash

Waqar Ahmed requested to merge work/stash into master

Following operations are implemented in this change:

  • Stash (with message) [ Keep-index / Include Untracked]
  • Pop / Pop last
  • Apply / Apply last
  • Drop

Signed-off-by: Waqar Ahmed waqar.17a@gmail.com

Edited by Waqar Ahmed

Merge request reports