Skip to content

Instantly share code, notes, and snippets.

@djnavarro
Created March 12, 2020 00:54
Show Gist options
  • Save djnavarro/092c2687cb3288797cf58768bed7ce63 to your computer and use it in GitHub Desktop.
Save djnavarro/092c2687cb3288797cf58768bed7ce63 to your computer and use it in GitHub Desktop.
# name myself on git
system2(
'git config --global user.email "[email protected]";
git config --global user.name "Danielle Navarro"'
)
@djnavarro
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment