Should we git stash pop after a gdk update?
When gdk update
is run and it comes time to update gitlab/
, a git stash
call is made to ensure any WIP changes are saved so master
can be checked out and updated. However, nowhere do we make it obvious that we have stashed changes nor do we automatically git stash pop
once gitlab/
has been updated. This is true for other repos too, gitaly/
, gitlab-shell
, etc.
Should we auto git stash pop
?