Git : set committer name and emailNovember 2, 2010 • git • ☕️ 1 min readgit config --global user.name "<your-name>" git config --global user.email "<your-email>"