Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gitプロジェクトのサブディレクトリにあるときに追加されたファイルを探しています。その男を探しましたgit logが、私が必要としているものとして何も飛び出しませんでした。
git log
git log --reverse --diff-filter=A --summary <directory>
これにより、指定されたディレクトリ内のファイルが作成された最も古いものから順にコミットが一覧表示されます。