GetComponents needs to undo "git stash" on errors

Issue #553 closed
Erik Schnetter created an issue

GetComponents stashes local changes to a git repository before trying to pull. When there is an error, it needs to undo this (git stash pop). Otherwise the user sees the local changes disappear, and needs to run this command manually for all repositories where git pull failed.

Keyword:

Comments (2)

  1. Log in to comment