gitconfig

This commit is contained in:
simono41 2018-06-19 12:04:07 +02:00
parent cbbea267a8
commit fe8561dac7

View file

@ -30,6 +30,10 @@ hostname="$(cat /etc/hostname)"
[[ -z "${userpass}" ]] && userpass="user1"
function gitclone() {
git config --global core.editor "nano"
git config --global user.email "user1@spectreos.de"
git config --global user.name "user1"
git config --global push.default simple
if ! [ -f "/root/.ssh/id_rsa.pub" ]; then
ssh-keygen -b 4096
rootrechte