Created
March 12, 2020 00:54
-
-
Save djnavarro/092c2687cb3288797cf58768bed7ce63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name myself on git | |
system2( | |
'git config --global user.email "[email protected]"; | |
git config --global user.name "Danielle Navarro"' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ckheir