git-gui
git-gui copied to clipboard
macOS: make&make install, but unstage(Lines or hunks) for any file didn't show UI changes.
unstage just does not work
I did exactly whats described here: https://www.youtube.com/watch?v=nQPLVdu_L0M
- git rebase -I $commitid : make the commit I want to split in edit mode.
- git reset HEAD^ --soft : make all the changes in stage mode
- git gui click file I want to partial edit (unstage lines and hunk just didn't show any changes)
I clone you git in default branch and 1, make 2 sudo make install
@eshengit Before you get into a rebased state, try doing it in the normal state. Just edit some files and see if you can stage/unstage some hunks. That will narrow the problem down a bit.