mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
git: don't force my name
This commit is contained in:
parent
80ec5006c4
commit
a9965d33e3
@ -13,6 +13,7 @@ cat .mikaela/pastebinit.xml >~/.pastebinit.xml
|
||||
cat .mikaela/environment >~/.environment
|
||||
mkdir ~/.config/git
|
||||
#cat .mikaela/gitconfig >~/.config/git/config
|
||||
git config --global --add include.path '~/.shell-things/.mikaela/gitconfig'
|
||||
cat .gitattributes >~/.config/git/attributes
|
||||
mkdir -p ~/.ssh
|
||||
cat .mikaela/keys/authorized_keys >~/.ssh/authorized_keys
|
||||
|
@ -76,7 +76,6 @@
|
||||
mailmap = true
|
||||
showSignature = true
|
||||
[include]
|
||||
path = ~/.shell-things/.mikaela/gitconfig
|
||||
path = ~/.gitconfig2
|
||||
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
|
||||
# see also .mikaela/2src-gitconfig within the same shell-things repo
|
||||
|
Loading…
Reference in New Issue
Block a user