d
Amit DhamuSoftware Engineer
 

Git status - files only

1 minute read 00000 views

Use the below to command to give you a simple list of all changed files using git status

git status --porcelain | sed s/^...//