Skip to content

Instantly share code, notes, and snippets.

@xgz123
Last active August 8, 2016 01:16
Show Gist options
  • Save xgz123/1eec013ac17465a2cb58e325058accd2 to your computer and use it in GitHub Desktop.
Save xgz123/1eec013ac17465a2cb58e325058accd2 to your computer and use it in GitHub Desktop.
[user]
name = ....
email = ...
[push]
default = simple
[core]
editor = vim
git config --global user.name "x"
git config --global user.email "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment