adding set git credentials with more config
parent
87d7d936bf
commit
9e5760e999
|
|
@ -30,3 +30,13 @@ else
|
|||
fi
|
||||
|
||||
|
||||
echo "-------- git credentials ------------"
|
||||
cat "${XDG_CONFIG_HOME}/.config/git/credentials"
|
||||
|
||||
echo "---------- git config --list -------------"
|
||||
git config --list
|
||||
|
||||
|
||||
echo "---------- git config --list --show-origin -------------"
|
||||
git config --list --show-origin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue