Git 查看stash的相关记录时间

来源:互联网 发布:员工管理系统c语言 编辑:程序博客网 时间:2024/06/02 05:29

查看stash的保存时间



git stash list --date=local

git stash list --date=relative


git stash list --date=short


git stash list --pretty=format:"%C(red)%h%C(reset) - %C(dim yellow)(%C(bold magenta)%gd%C(dim yellow))%C(reset) %<(70,trunc)%s %C(green)(%cr) %C(bold blue)<%an>%C(reset)"

原创粉丝点击