Track new files without staging content using git add -N

bash#git#linuxMay 26, 2026

Use git add -N (--intent-to-add) to make new untracked files visible in git diff without staging them

Loading...