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]>
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.
gac "refactored code"
gacp "refactored code"
gacp "refactored code" co:fahad,haris