I have a winforms application, and I'm trying to run a git fetch command using a Process. I need to know if the git fetch was successfully/ not and show it on the UI. I wanted to know if there is a way I can get the status if git action was successful by the Process.
Thanks!