Skip to content

fix: git stash syntax

Martin Killenberg requested to merge fix/git-stash-syntax into main
  • fix: git stash syntax

In the git version on Ubuntu20.04, the --all of 'git stash' requires the push command (although it should be optional)

Merge request reports