October 19, 2025

git tips

# Add your name and email <strong>git config --global user.name "Frank Earnhardt"<br>git config --global user.email "frank.earnhardt@outlook.com"</strong> # Fix commit made before adding user.name and .email<strong>git commit --amend --reset-author</strong> # Tired…