Files
ROCm/scripts/amd/git_config_user.sh
Michael Melesse 5e055a5165 add scripts
2022-12-21 13:13:24 -06:00

7 lines
246 B
Bash

# use --global flag if you want to set it for whole machine
git config user.name "Michael Melesse"
git config user.email "micmelesse@gmail.com"
# unset with
# git config --global --unset-all user.name
# git config --global --unset-all user.email