git log --pretty=format:"%h %an %cd" --date=iso
git ls-remote --tags origin | grep [0-9]$
git log --since="2016-11-24 01:29:13 -0800" --until="2016-11-25 17:01:54 +0800" --pretty=format:"%Cgreen%h%Creset %an %cd %s" --date=iso
以上是Git的一些使用案例的詳細內容。更多資訊請關注PHP中文網其他相關文章!