Useful for when you change handles or mistakenly run a global config command.
In your terminal, run:
sed -i -e 's/find_this/replace_this/g' ~/Github/angela-d/*/.git/configReplace find_this with the entry you want to change
replace_this is the entry you want to replace find_this with
Swap out
~/Github/angela-d/*/.git/configfor the directory you want the command to run through.
For example /home/angela/Github is where I store my local Github repos, so I use the * wildcard to initiate changes in every repository.
Easy. 😎