Skip to content

Commit

Permalink
Set name and email to Codespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored Jul 21, 2024
1 parent 2190fac commit 617a0af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Bootstrap new CodeSpaces

# Set name and email
# Codespaces set these to `GitHub <[email protected]>` by default
git config --global user.name "Bradley Reynolds"
git config --global user.email "[email protected]"

# Configure Git to automatically create branches on the remote
# Skipping the error prompt to set an upstream branch
git config --global push.autoSetupRemote true

0 comments on commit 617a0af

Please sign in to comment.