Skip to main content

4 posts tagged with "git"

View All Tags

· 2 min read
inhere

gitw - Git 命令包装器,生成 git 变更记录日志,获取 repo 信息和一些 git 命令工具。

  • 包装本地 git 命令
  • 快速运行 git 命令
  • 快速查询存储库信息
    • 获取 remote, branch 详细信息
  • 通过 git log 快速生成版本变更日志
    • 允许自定义生成配置
    • 允许自定义生成过滤、样式等
    • 可以直接在 GitHub Actions 中使用

· 10 min read
inhere

git 使用一些记录,常用命令和一些特殊选项

· 3 min read
inhere

在使用git的过程中,常有失误的时候,有时把需要的东西给删了或者使用rebase覆盖掉了一些有用的代码。

不过没有关系,git给了我们一层安全网,让们能有机会把失去的东西给找回来。