2024年6月14日星期五

git show latest commited files list

cpath=$(pwd)
cd $git_project_path
# show latest commited files, name-only and oneline
git show --name-only --oneline HEAD > $cpath/head.log

cd $cpath


没有评论: