dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

.gitconfig (296B)


      1 [user]
      2 	name = Christos Margiolis
      3 	email = christos@margiolis.net
      4 [http]
      5 	postBuffer = 157286400
      6 [sendemail]
      7 	smtpencryption = tls
      8 	smtpserver = mail.margiolis.net
      9 	smtpuser = christos@margiolis.net
     10 	smtpserverport = 587
     11 [pull]
     12 	ff = only
     13 [alias]
     14 	fdiff = "!f() {\
     15 			git diff -U999999;\
     16 		}; f"