文件名称:git-code-checkin:用于自动化 Git 代码签入电子邮件的 Python 脚本
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-22 03:09:56
Python
git-code-checkin
git-code-checkin 是一个 Python 脚本,用于自动化 Git 代码签入电子邮件。 目前,它仅适用于 Linux 上的 Python 3。 很快,它将跨平台并支持 Python 2。
作者: Ashish Kayastha
依赖关系
Linux >= 2.6
Python >= 3.0
安装
# Change to the extracted directory.
$ sh install_git_code_checkin.sh
示例用法
# Change to the Git repository directory.
$ git log --oneline # Find out your commit hash
$ git-code-checkin -c
【文件预览】:
git-code-checkin-master
----.gitignore(7B)
----install_git_code_checkin.sh(523B)
----git_code_checkin.py(6KB)
----README.md(738B)