individualize .gitconfig
This commit is contained in:
parent
a6b1dc424b
commit
c3fb95e410
4 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
[user]
|
||||
email = johannes.loher@fg4f.de
|
||||
name = Johannes Loher
|
||||
[core]
|
||||
editor = vim
|
||||
|
@ -10,3 +9,5 @@
|
|||
br = branch
|
||||
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
||||
bclean = "!f() { git branch --merged ${1-master} | grep -v " ${1-master}$" | xargs -r git branch -d; }; f"
|
||||
[include]
|
||||
path = .gitconfig.local
|
||||
|
|
1
.gitconfig.local
Symbolic link
1
.gitconfig.local
Symbolic link
|
@ -0,0 +1 @@
|
|||
.gitconfig.local##hostname.avior
|
2
.gitconfig.local##default
Normal file
2
.gitconfig.local##default
Normal file
|
@ -0,0 +1,2 @@
|
|||
[user]
|
||||
email = johannes.loher@fg4f.de
|
2
.gitconfig.local##hostname.avior
Normal file
2
.gitconfig.local##hostname.avior
Normal file
|
@ -0,0 +1,2 @@
|
|||
[user]
|
||||
email = johannes.loher@tngtech.com
|
Loading…
Reference in a new issue