dotfiles

dotfiles
git clone git://bsandro.tech/dotfiles
Log | Files | Refs

.gitconfig (280B)


      1 [user]
      2 	name = bsandro
      3 	email = email@bsandro.tech
      4 	signingkey = 2AD712CC62485B11263A013463A6AB2C6BFBA7A7
      5 [commit]
      6 	gpgsign = true
      7 [pull]
      8 	rebase = false
      9 [push]
     10 	autoSetupRemote = true
     11 [alias]
     12 	slog = log --oneline --graph --all
     13 [init]
     14 	defaultBranch = master
     15 [color]
     16 	ui = false