| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
自定义 Git 工具集
A collection of custom shell-based Git tools and helper scripts.
Clone the repository:
git clone https://github.com/nickrunning/mygit.git
进入仓库目录后将脚本添加到 PATH(可选):
cd mygit sudo cp -r bin/* /usr/local/bin/
或将仓库目录加入 PATH:
export PATH="$PATH:$(pwd)/bin"
查看可用脚本或帮助:
ls -1 bin/
举例:
./bin/example.sh
每个脚本的顶部通常包含用法说明,请根据脚本注释运行。
欢迎提交 issue、建议或 pull request。
请在此处填写许可证信息(例如 MIT)。
如果有问题或建议,请在仓库中打开 issue,或联系 @nickrunning。
| Back | FazBrowse Home | New Git URL |