Skip to main content

Git Add Co-Author is a simple cli tool that allows you to easily add co-authors to your Git commits.

Project description

Git Add Co-Author

Demo

git-add-co-author

Overview

Git Add Co-Author is a simple Python script that allows you to easily add co-authors to your Git commits, ensuring proper credit is given to all contributors involved in the development process. This can be particularly useful for open-source projects, where multiple contributors are working together, or for pair programming sessions where two developers contribute to the same commit.

Installation

  1. Install the package using pip:
pip install git-add-co-author
  1. Obtain a personal access token from GitHub. You can generate one by following the instructions in the GitHub documentation.

  2. Configure the script with your GitHub token:

python -m git_add_co_author --token <your_token>

Usage

To add a co-author to your commit, simply run the script with the co-author's GitHub username:

python -m git_add_co_author --username <co_author_username>

For example:

python -m git_add_co_author sansyrox

If you do not want to authorize a token, you can add the co-author's name and email address directly:

python -m git_add_co_author --name "John Doe" --email "john.doe@example.com"

Optional Configuration

I alias this command as alias gac="python -m git_add_co_author --username" in my .zshrc file, so I can simply run gac <co_author_username> to add a co-author to my commit.

Rationale

The motivation behind creating this script is to provide an easy way to give credit to contributors in various situations:

  • In open-source projects, when a pull request (PR) is closed without merging but the idea or code is later implemented.
  • During pair programming sessions, where two or more developers work together on a single commit.

Existing solutions were either too complicated or didn't work as expected, so Git Add Co-Author was developed as a simple, easy-to-use alternative.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_add_co_author-0.4.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

git_add_co_author-0.4.2-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file git_add_co_author-0.4.2.tar.gz.

File metadata

  • Download URL: git_add_co_author-0.4.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.7 Darwin/21.6.0

File hashes

Hashes for git_add_co_author-0.4.2.tar.gz
Algorithm Hash digest
SHA256 967ace8702e021e1394b04238e08cd3843db6a18d818300b7e5837fa5eb7d99d
MD5 92249317c707e6f3226353eaffcb9fd6
BLAKE2b-256 55c7b3729bcbc369cd969138953c543924d0b9dcc142419ce8dc46142749e28e

See more details on using hashes here.

File details

Details for the file git_add_co_author-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: git_add_co_author-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.7 Darwin/21.6.0

File hashes

Hashes for git_add_co_author-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bb8cb056041c7062d30f930b4d29b4b582ebc8c3bd3b8b83eb793bd35fc668ca
MD5 a8724b919eed59a3b3cf985fabb8539d
BLAKE2b-256 1e739d0b6e533b279614a3509dd76ae125dbc2dd6dc35949d5627cffc6e72f5f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page