Gitnuro
Gitnuro copied to clipboard
Consider swapping staged/unstaged views
I suggest swapping the order of staged/unstaged views for the sake of consistency among git clients. It's personally an annoyance to me, but not much more than that.
I will provide you with examples here.
Gitnuro

GitKraken

Sublime Merge

As you can see the common thing to do seem to be to put unstaged files at top followed by staged files or in the example of SourceTree not use a staged/unstaged list. It seems like more consistent behaviour to me :)
The order is based on how Git CLI shows the status. I may add the option to invert them in the future when I add more customization settings.
Strings may change