Setup the script to modify git ids - AD-EYE/AD-EYE_Core GitHub Wiki
Introduction
To avoid identity theft on git when committing and pushing files, two different types of bash scripts have been created:
- The first one clears the username and email on every AD-EYE's repositories. This script must be launched automatically at every login.
- The second one set our name and email. It has to be launched manually.
For each type of script, there is a version for Linux and a version for windows. So there are 4 scripts in total
Where can I find those scripts?
The scripts can be found here: https://gits-15.sys.kth.se/AD-EYE/AD-EYE_Core/tree/feature/git_helper_scripts/Helper_Scripts/Git_user_setup_scripts
How to setup the script
Read the instruction written in https://gits-15.sys.kth.se/AD-EYE/AD-EYE_Core/blob/feature/git_helper_scripts/Helper_Scripts/Git_user_setup_scripts/README.md