Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Forked from berlotto/.gitconfig
Last active December 27, 2015 14:39
Show Gist options
  • Save ashumeow/7341472 to your computer and use it in GitHub Desktop.
Save ashumeow/7341472 to your computer and use it in GitHub Desktop.
# user and email config
$ git config user.name "My Name"
$ git config user.email [email protected]
# push
$ git push
#alias
$ git log --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment