摘要:
基于master创建分支test_branch 1 $ git checkout -b test_branch master 切换到新分支 1 $ git checkout test_branch 查看到指定分支的历次更改记录,最下面一条的时间即是分支创建时间 1 $ git reflog show 阅读全文
摘要:
一、环境说明 1、Windows环境 2、命令,Git命令 3、TortoiseGit 二、步骤1、打开Git Bash 2、执行命令git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' | sor 阅读全文