Category "git-status"

Git: list only "untracked" files (also, custom commands)

Is there a way to use a command like git ls-files to show only untracked files? The reason I'm asking is because I use the following command to process all del

Git status fatal error: working tree directory

When trying to git status I get the following git status fatal: not a git repository: D:/path/path/path/.git/worktrees/horus_app_v100 the path worktrees/horus_a

Deleting git worktree bugs 'git status' and some other git commands

A few months ago (still in the beginning of learning git) I created a worktree without even knowing what it was. A new branch was created and now I realized tha