diff --git a/bootstrap b/bootstrap index 45d1607..f590373 100644 --- a/bootstrap +++ b/bootstrap @@ -2,6 +2,11 @@ # Bootstrap new CodeSpaces +# Set name and email +# Codespaces set these to `GitHub ` by default +git config --global user.name "Bradley Reynolds" +git config --global user.email "bradley.reynolds@darbia.dev" + # Configure Git to automatically create branches on the remote # Skipping the error prompt to set an upstream branch git config --global push.autoSetupRemote true