An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 👥 py co commit

![py_co_commit screenshot](screenshot.png)

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!