Skip to content

Instantly share code, notes, and snippets.

@orbanbotond
Created April 19, 2017 10:15
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 orbanbotond/467d32dc1867af6e12e027cef006b608 to your computer and use it in GitHub Desktop.
Save orbanbotond/467d32dc1867af6e12e027cef006b608 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Orban Botond
email = orbanbotond@gmail.com
[core]
editor = subl -n -w
excludesfile = /Users/orbanbotond/.gitignore_global
[github]
user = orbanbotond
token = xxx
[push]
default = upstream
[credential]
helper = osxkeychain
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment