Skip to content

Instantly share code, notes, and snippets.

@randomize
Last active August 4, 2016 07:56
Show Gist options
  • Save randomize/d21190896843b178b7d0c3192f8e69bd to your computer and use it in GitHub Desktop.
Save randomize/d21190896843b178b7d0c3192f8e69bd to your computer and use it in GitHub Desktop.
My minimal git config for putting it on random machines
[user]
name = Eugene Mihailenco
email = mihailencoe@gmail.com
[core]
editor = vim
[alias]
st = status
dc = diff --cached
ci = commit
co = checkout
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