drewdeponte / git-ps

Patch Stack workflow CLI extension for Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When doing a `git-ps pull` and a rebase fails it swallows the actual rebase error

drewdeponte opened this issue · comments

This is a problem because the error usually tells you what failed exactly so you have some context when looking at the current state of things and what needs to be done to address the issue.

I believe this is a side effect of GitShell rebase command swallowing the standardOutput and standardError outputs from the actual rebase command.

This has been fixed and is in mainline.