git-gui icon indicating copy to clipboard operation
git-gui copied to clipboard

macOS: make&make install, but unstage(Lines or hunks) for any file didn't show UI changes.

Open eshengit opened this issue 4 years ago • 2 comments

unstage just does not work

eshengit avatar Apr 30 '21 18:04 eshengit

I did exactly whats described here: https://www.youtube.com/watch?v=nQPLVdu_L0M

  1. git rebase -I $commitid : make the commit I want to split in edit mode.
  2. git reset HEAD^ --soft : make all the changes in stage mode
  3. 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 avatar Apr 30 '21 18:04 eshengit

@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.

prati0100 avatar May 10 '21 21:05 prati0100