Skip to content

Instantly share code, notes, and snippets.

@kpping
Last active December 11, 2018 04:03
Show Gist options
  • Save kpping/47608589d4cba74e317f5bf388b51181 to your computer and use it in GitHub Desktop.
Save kpping/47608589d4cba74e317f5bf388b51181 to your computer and use it in GitHub Desktop.
Setup Git
#!/usr/bin/env bash
git config --global user.name "Krittanan Pingclasai"
git config --global user.email kp@kpping.me
git config --global core.editor emacs
git config --global alias.tree "log --graph --pretty=oneline --abbrev-commit"
touch ~/.gitignore_global && git config --global core.excludesfile ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment