git config --global user.name "Your Name" git config --global user.email "your-email@example.com"
That’s it! Your commit now has the correct author. 🚀
git config --global user.name "Your Name" git config --global user.email "your-email@example.com"
That’s it! Your commit now has the correct author. 🚀