git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.45k stars 1.24k forks source link

How do I see subdirectories in GitUp Commit View? #913

Open pnielan opened 1 year ago

pnielan commented 1 year ago

In the Gitup Commit view, I can only see the files in the directory containing .git. But this folder has a subdirectory called src. And I cannot figure out to (1) see its existence in the Commit view, (2) go into it and see the files.

lucasderraugh commented 1 year ago

@pnielan Let me get some clarification on your question: You have a repo with a top level folder and then a subdirectory called src.

The commit view will only show things that have changed according to git. So what are you changing in src that isn't being reflected in the commit view? In order for something to show in git status or in that view, there would need to be a file change in src/somefile.txt as an example.