Git ls-files

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Show information about files in the index and the working tree.

Show Files that Have Been Modified in the Working Tree

git ls-files --modified ':(attr:merge=ours)'

Show Files that Have Been Delete in the Working Tree

git ls-files --deleted