diff --git a/rootfs/home/.gitconfig b/rootfs/home/.gitconfig index 607f3e3..26411ba 100644 --- a/rootfs/home/.gitconfig +++ b/rootfs/home/.gitconfig @@ -1,2 +1,6 @@ [includeIf "gitdir:/home/andre/gits/conet/"] path = ~/.gitconfig-conet +[user] + name = Andre Geißler + email = andregeissler@posteo.de + \ No newline at end of file diff --git a/rootfs/home/.gitconfig-conet b/rootfs/home/.gitconfig-conet index f66f4a8..dc27917 100644 --- a/rootfs/home/.gitconfig-conet +++ b/rootfs/home/.gitconfig-conet @@ -2,3 +2,7 @@ proxy = http://10.101.0.70:8080/ [https] proxy = http://10.101.0.70:8080/ + +[user] + name = Andre Geißler + email = ageissler@conet.de \ No newline at end of file