prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

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

Open eshengit opened 3 years ago

eshengit commented 3 years ago

unstage just does not work

eshengit commented 3 years ago

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

prati0100 commented 3 years ago

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