git-utils:Git实用程序脚本

时间:2021-05-01 05:14:21
【文件属性】:
文件名称:git-utils:Git实用程序脚本
文件大小:24KB
文件格式:ZIP
更新时间:2021-05-01 05:14:21
Ruby Git实用程序 此仓库包含一些Git实用程序脚本。 重点是git open , git pull-request , git push-branch和git undo ,如果没有它们,您将永远无法理解。 git-utils以前是纯Bash脚本,但现在可以作为Ruby gem使用: gem install git-utils 有关git-utils定义的命令的更多详细信息,请参见下文。 要了解有关如何使用Git本身的更多信息,请参阅教程书和在线课程“ 。 指令 git amend git commit --amend : git commit --amend别名 git bump :使用"Bump version number"消息进行提交 git cleanup :删除已经合并到当前分支中的每个分支(除了master , main , staging , development和~/.
【文件预览】:
git-utils-master
----bin()
--------git-typo(78B)
--------git-cleanup(1KB)
--------git-open(196B)
--------git-pull-request(217B)
--------git-delete-remote-branch(238B)
--------git-minor(89B)
--------git-switch(270B)
--------git-sync(191B)
--------git-polish(97B)
--------git-amend(94B)
--------git-push-branch(199B)
--------git-merge-into-branch(545B)
--------git-bump(91B)
--------git-graph(174B)
--------git-undo(127B)
--------git-sync-fork(200B)
----Rakefile(28B)
----Gemfile(65B)
----Gemfile.lock(432B)
----.rspec(7B)
----spec()
--------commands()
--------.DS_Store(6KB)
--------spec_helper.rb(309B)
----.gitignore(194B)
----lib()
--------git-utils()
--------git-utils.rb(330B)
----README.md(5KB)
----.project_id(7B)
----LICENSE.txt(1KB)
----git-utils.gemspec(777B)

网友评论