Add another .gitconfig- file.
This commit is contained in:
parent
25341ac538
commit
def278316a
1 changed files with 29 additions and 0 deletions
29
.gitconfig-tadgy@*
Normal file
29
.gitconfig-tadgy@*
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[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
|
||||||
|
[maintenance]
|
||||||
|
repo = /home/tadgy
|
Loading…
Add table
Add a link
Reference in a new issue