文件名称:augit:审计你的 git
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-20 09:05:03
Ruby
奥吉特 审计你的 git 分支 安装 $ gem install augit 用法 Augit 将检查您的存储库并评估所有远程和本地分支的年龄和差异。 cd /path/to/my/git/repo augit audit 它将显示已合并到 master 中的所有远程分支,并为您提供一次性删除所有分支的选项。 然后 Augit 将一一遍历所有未合并的分支,并为您提供更改的年龄、作者和文件。 它还将打印指向 Github 上比较页面的链接。 这在使用 iTerm cmd+单击链接以打开差异时很有用。 选项 -e : Only consider branches matching the provided regular expression augit audit -e mwerner -s : Show the statuses of the specified git bran
【文件预览】:
augit-master
----LICENSE.txt(1KB)
----lib()
--------augit()
--------augit.rb(358B)
--------ext()
----Gemfile(90B)
----Rakefile(29B)
----README.md(1KB)
----augit.gemspec(941B)
----Gemfile.lock(1KB)
----.gitignore(118B)
----bin()
--------augit(504B)