Remove .gitconfig, add .gitconfig-* configs.
This commit is contained in:
parent
bc6373332e
commit
a329e8f68a
5 changed files with 141 additions and 2 deletions
35
.gitconfig-tadgy@*.afterdark.lan
Normal file
35
.gitconfig-tadgy@*.afterdark.lan
Normal file
|
@ -0,0 +1,35 @@
|
|||
[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
|
||||
co = checkout
|
||||
d = diff
|
||||
lsut = ls-files --others --exclude-standard --directory --error-unmatch -- ':/*'
|
||||
p = push
|
||||
s = status
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[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 = /home/tadgy
|
53
.gitconfig-tadgy@chuckie.afterdark.lan
Normal file
53
.gitconfig-tadgy@chuckie.afterdark.lan
Normal file
|
@ -0,0 +1,53 @@
|
|||
[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
|
||||
co = checkout
|
||||
d = diff
|
||||
lsut = ls-files --others --exclude-standard --directory --error-unmatch -- ':/*'
|
||||
p = push
|
||||
s = status
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[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 = /home/tadgy
|
||||
repo = /data/home/tadgy/Projects/bash-ini-parser.git
|
||||
repo = /data/home/tadgy/Projects/bash-tasksched.git
|
||||
repo = /data/home/tadgy/Projects/bootstrap.git
|
||||
repo = /data/home/tadgy/Projects/bwbar.git
|
||||
repo = /data/home/tadgy/Projects/dotfiles.git
|
||||
repo = /data/home/tadgy/Projects/lumberjack.git
|
||||
repo = /data/home/tadgy/Projects/pushover-client.git
|
||||
repo = /data/home/tadgy/Projects/random-scripts.git
|
||||
repo = /data/home/tadgy/Projects/repomanager.git
|
||||
repo = /data/home/tadgy/Projects/slacknetsetup.git
|
||||
repo = /data/home/tadgy/Projects/slackpkg-templates.git
|
||||
repo = /data/home/tadgy/Projects/slackrepo.git
|
||||
repo = /data/home/tadgy/Projects/system-configs.git
|
||||
repo = /data/slackware/repo.git
|
||||
repo = /data/slackware/tagfiles.git
|
||||
repo = /data/slackware/tools.git
|
||||
repo = /data/tmp/slackbuilds.git
|
||||
repo = /data/tmp/ponce-slackbuilds.git
|
Loading…
Add table
Add a link
Reference in a new issue