Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 344 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 344 Bytes

一些便利的工具

git-finish

git finish 子命令。

使用场合:

特性分支开发完成并在服务器上合入后。执行该命令回到主分支,并立即执行 git pull 更新代码,然后删除原开发分支。

ls-go-mods

在多 module go 代码仓库中,列出当前目录树中所有的 go mod 目录。