GitGud-org / GitGud

A CLI tool for Git. Available as an NPM package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle staged file with add'l modifications.

angelato13 opened this issue · comments

A file can be staged and then new changes made to it that are considered unstaged in git world. Do we want to show as staged or unstaged or both? If we change from current behavior we may not be able to keep the flags we currently see ("MM", "??", etc.)