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 # Use the
2021-07-02 15:04:06
3KB
Python
1