individualize .gitconfig

This commit is contained in:
Johannes Loher 2020-09-14 10:27:04 +02:00
parent a6b1dc424b
commit c3fb95e410
4 changed files with 7 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
.gitconfig.local##hostname.avior

View File

@ -0,0 +1,2 @@
[user]
email = johannes.loher@fg4f.de

View File

@ -0,0 +1,2 @@
[user]
email = johannes.loher@tngtech.com