https://github.com/vincentdnl/py-co-commit
An easy way to create a commit with multiple authors
https://github.com/vincentdnl/py-co-commit
author co-authors commit git github python
Last synced: about 1 month ago
JSON representation
An easy way to create a commit with multiple authors
- Host: GitHub
- URL: https://github.com/vincentdnl/py-co-commit
- Owner: vincentdnl
- License: apache-2.0
- Created: 2018-11-05T21:10:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T09:50:13.000Z (over 7 years ago)
- Last Synced: 2025-02-19T15:52:15.586Z (over 1 year ago)
- Topics: author, co-authors, commit, git, github, python
- Language: Python
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👥 py co commit

An easy way to create a commit with multiple authors.
Give credit to other developers when pair programming!
## ⚙️ How does it work?
It uses this [feature](https://help.github.com/articles/creating-a-commit-with-multiple-authors) on Github and adds `Co-authored-by` trailers to the commit's message.
## ⬇️ Installation
`pip install py_co_commit`
## 🐚 Usage
Just use the `py_co_commit` command.
If you are using virtualenv, check that it is activated!