Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Created May 12, 2014 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rob-murray/0e1d4e72f0dbf0ddd797 to your computer and use it in GitHub Desktop.
Save rob-murray/0e1d4e72f0dbf0ddd797 to your computer and use it in GitHub Desktop.
.extra file for dofiles config https://github.com/mathiasbynens/dotfiles
# Git credentials
GIT_AUTHOR_NAME="Rob Murray"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="robmurray17@gmail.com"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment