Skip to content

Utility to commit & push to git with co-authors.

Notifications You must be signed in to change notification settings

lamak-qaizar/gacp

Repository files navigation

GACP

GACP does a git add, commit & push, with the ability to add co-authors.

gacp "resolved long method code smell" co:fahad,haris will create the following commit message and push it:

resolved long method code smell

Co-authored-by: Fahad Khan <[email protected]>
Co-authored-by: Haris Khan <[email protected]>

Installation

Run the following command to install gacp.

bash < <(curl -s -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/lamakq/gacp/master/installer.sh)

You may need to create a new session of your terminal afterwards.

Usage

Add & commit

gac "refactored code"

Add, commit & push

gacp "refactored code"

Add, commit & push with co-authors

gacp "refactored code" co:fahad,haris

About

Utility to commit & push to git with co-authors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published