Last active
August 4, 2016 07:56
-
-
Save randomize/d21190896843b178b7d0c3192f8e69bd to your computer and use it in GitHub Desktop.
My minimal git config for putting it on random machines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Eugene Mihailenco | |
email = [email protected] | |
[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