git config

This commit is contained in:
2026-04-25 23:18:11 +00:00
parent 99e43d9d69
commit f8daf2f3a2

View File

@@ -16,6 +16,12 @@ check_tailscale_installed() {
fi
}
# Git Config
git config --global user.name "stevekeyharvey"
git config --global user.email "stevekeyharvey@gmail.com"
git config --global credential.helper store
if check_docker_installed; then
echo "Docker is already installed. moving onto container start up."
else