dotfiles/.gitconfig

35 lines
665 B
INI

[user]
name = Darren 'Tadgy' Austin
email = darren@afterdark.org.uk
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
showBranch = auto
status = auto
ui = auto
[credential]
username = tadgy
helper = cache --timeout 2592000
[commit]
verbose = 1
[push]
autoSetupRemote = true
[alias]
c = commit
d = diff
p = push
s = status
[safe]
directory = /data/slackware/repo.git
directory = /data/slackware/tagfiles.git
directory = /data/slackware/tools.git
directory = /data/tmp/slackbuilds.git
directory = /data/tmp/ponce-slackbuilds.git
[maintenance]
repo = /
repo = /root
repo = /etc/slackpkg/templates
[init]
defaultBranch = master