`
standalone
  • 浏览: 615313 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Show git log history in beautiful format

git 
阅读更多
git alias:

lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
分享到:
评论

相关推荐

    git log根据特定条件查询日志并统计修改的代码行数

    git log --pretty=format:"" --name-only --no-merges | cloc --skip-uniqueness ``` 这将忽略合并提交并统计所有其他提交的代码行数。 在实际工作中,你可能需要根据项目需求进一步筛选条件,例如只统计特定文件或...

    前端开源库-gitlog

    Gitlog 是一个专门为 Node.js 设计的开源库,它提供了强大的 Git 日志分析功能。在前端开发中,理解和管理版本控制系统如 Git 的日志是非常重要的,因为这有助于开发者追踪代码变更、理解项目历史以及协作过程。Git...

    git history git history git history

    git history git history git history

    git log查询命令V1.2.docx

    Git Log 查询命令详解 Git Log 查询命令是 Git 版本控制系统中的一组命令,用于查询和统计代码提交记录,提高开发和管理效率。下面是 Git Log 查询命令的详细说明: 一、格式化输出 Git Shortlog 命令是 Git Log ...

    git-history-browser-extension

    Git历史浏览器扩展(git-history-browser-extension)是一款专为开发者设计的工具,旨在帮助用户更方便地在浏览器中查看GitHub仓库的提交历史。该扩展由Luis Reinoso开发并托管在GitHub上,链接为...

    Git的使用文档--log的使用

    `git log --pretty=format`允许你定制输出格式。例如,`--pretty=oneline`将每个提交信息压缩成一行,包含SHA校验和和提交消息,这对于查看大量提交信息时保持整洁特别有用。此外,还有`short`、`medium`、`full`、...

    vscode 插件 Git History

    vscode 插件 Git History

    更新git.log邮箱为新邮箱

    更新git.log邮箱为新邮箱

    gitlog:更好用一些的git log

    @ nostar / gitlog 初衷 git log方法虽然强大,但是总有些不尽如人意的地方。就--grep的正则支持的是BER和ERE 。我更喜欢自定义一些。 使用方式 请确保命令行可以正常使用git并且当前文件夹下有.git # 本项目安装 ...

    gitlogg:将多个存储库的“ git log”解析为“ JSON”

    将一个或几个“ git”存储库的“ git log”解析为经过清理和可分发的“ JSON”文件。 为什么? git log是一个很棒的工具。 但是,它的输出不仅令人惊讶地不一致,而且很长,难以扫描和分发。 Gitlogg清除了git log...

    gitlog:从 git commit 消息管理更改日志

    bin/控制台 gitlog:branch [path_to_repo] 显示 repo 的分支。 bin/控制台 gitlog:commit [path_to_repo] 显示或导出日志。 该命令支持以下参数: --limit=[(int)limit]:默认情况下它只显示/导出最后一次提交。 ...

    maven-gitlog-plugin-1.5.0-sources.jar

    maven-gitlog-plugin-1.5.0-sources.jar

    05Git入门查看提交履历 git log

    05★Git入门★查看提交履历_git_log

    git-log-to-json:在json中打印git log

    Print a configurable git log in json Options: -h, --help output usage information -V, --version output the version number -H, --hash output the commit hash -D, --date output the commit date -N, -...

    node-gitlog:Node.JS的Git日志解析器

    节点gitlog Node.JS的Git日志解析器安装npm install gitlog --save用法const gitlog = require ( "gitlog" ) . default ;const options = { repo : __dirname + "/test-repo-folder" , number : 20 , author : "Dom ...

    git-history-editor::pencil2:在线提交编辑器,直观易用

    为了导入有关任何项目中过去提交的信息,Git History Editor询问您git log的结果。 由于此日志是由程序读取的,因此可以使用git log的--pretty=format选项对其进行格式化,然后将其编码为base64以避免出现回车或...

    gitlog:用于处理 git 日志的节点模块

    var gitlog = require ( 'gitlog' ) gitlog ( './' , function ( error , commits ) { if ( error ) return console . log ( error ) // Commits is an array of commits objects commits . forEach ( function ...

    Git常用命令和结构

    - **版本回溯**:使用`git log`查看提交历史,`git checkout`可以切换到特定版本。 - **冲突解决**:当多人同时修改同一部分代码时,Git会标记出冲突,需要手动解决后才能继续提交。 `git log`命令显示的输出包含每...

    Manning.Git.in.Practice.2014.9.pdf

    - **Visualizing Commit History**: Tools like `gitk`, `tig`, and `git log --graph` provide graphical representations of the commit history. These tools help visualize the branching and merging patterns...

    git-log, 用于git提交图的Atom 包.zip

    git-log, 用于git提交图的Atom 包 Git日志软件包不再维护。git日志是 Atom的包,它创建了你的git提交图,并在编辑器中显示了提交相关信息的。 用法使用 Cmd-Shift-P ( macOS ) 或者 Ctrl-Shift-P ( Windows 或者

Global site tag (gtag.js) - Google Analytics