diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2015-12-28 13:52:48 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2015-12-28 13:52:48 -0500 |
| commit | d32ab30dc3611481cb55ce7b18bb1a80352f9146 (patch) | |
| tree | 0b3ee3c8fefbfc8dfa98349bb22fc9ca1358137a /gitconfig | |
| download | dotfiles-d32ab30dc3611481cb55ce7b18bb1a80352f9146.tar.gz dotfiles-d32ab30dc3611481cb55ce7b18bb1a80352f9146.tar.xz | |
Initial
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..d5663ce --- /dev/null +++ b/gitconfig @@ -0,0 +1,6 @@ +[user] + email = mitch@riedstra.us + name = Mitch Riedstra +[alias] + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat |
