EN
Git - list changed files in working directory
2 points
In this article, we would like to show you how to list changed files in the working directory with Git.
Quick solution:
xxxxxxxxxx
1
git status
In this example, we list changed files in the working directory and present example results.
xxxxxxxxxx
1
git status
New untracked files:

Newly added files:

Deleted files:
