Home
HTML
CSS
JS
PHP
Query
Mix
git
Search form
Search
You are here
Home
» git status - list last modified date
git status - list last modified date
git status -s | while read mode file; do echo $mode $file $(stat -c %y $file); done
code type:
git