Set Local Git user config Jun 14, 2020 git This can either be globally or just for a single project. Add or omit the --global flag depending on which its for. Name: git --config --global user.name "First Last" Email: git --config --global user.email "e@mail.ie"