You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered during research for the remaining in progress actions, git am and git rebase can walk through multiple commits. During each pause, there are files that list out the current step and the total amount of commits (e.g. step: 1, total: 2).
Should we display this information inside of the [rebase]/[am] notice?
todd at Euclid in~/github/sexy-bash-prompt on dev/add.remaining.in.progress [rebase 1/20]
$
If you're up to it, and it doesn't hit performance when we're not rebasing (i.e. don't count how many files are left to rebase if we're not rebasing), then I think it would be awesome to have that feature.
As discovered during research for the remaining in progress actions,
git am
andgit rebase
can walk through multiple commits. During each pause, there are files that list out the current step and the total amount of commits (e.g. step: 1, total: 2).Should we display this information inside of the
[rebase]
/[am]
notice?/cc @rpdelaney
The text was updated successfully, but these errors were encountered: