git如何查看远程分支被创建的时间,应该用什么语句,有没有案例看看
git ls-remote --heads origin 分支名称git show 名称这样试试看
git reflog show --date=iso master
master可以替换成你需要的分支名字