Closed bradleyfalzon closed 8 years ago
As a user, re[fv]grep should detect if there's uncommitted changes and only show those changes, if there's no uncommitted changes, show the last.
Eg, git diff or if no changes, git show. There's an intermediate step here of staged changes, but perhaps for another day.
git diff
git show
Completed via 25b8034b565f160e4d345bf17eee7728b956ce16
As a user, re[fv]grep should detect if there's uncommitted changes and only show those changes, if there's no uncommitted changes, show the last.
Eg,
git diff
or if no changes,git show
. There's an intermediate step here of staged changes, but perhaps for another day.