dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit 9c06364519e678a71bbe99375dd99d3d1cccb33c
parent 689650a5b00b629a2a08d84317f7cafd11b235dc
Author: finwo <finwo@pm.me>
Date:   Tue, 11 Jun 2019 14:27:09 +0200

Added gitconfig

Diffstat:
Agit/home/.gitconfig | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/git/home/.gitconfig b/git/home/.gitconfig @@ -0,0 +1,5 @@ +[user] + email = finwo@pm.me + name = Robin Bron +[push] + followTags = true