This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Description
A script to make the process of setting git bz configs faster and easier for new users.
This script will run the following commands:
git config bz.default-tracker bugs.koha-community.org
git config bz.default-product Koha
git config --global bz-tracker.bugs.koha-community.org.path /bugzilla3
git config --global bz-tracker.bugs.koha-community.org.https true
git config --global core.whitespace trailing-space,space-before-tab
git config --global apply.whitespace fix
It will also prompt the user to write in their Koha bugzilla username and password.