git config
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -16,6 +16,12 @@ check_tailscale_installed() {
|
|||||||
fi
|
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
|
if check_docker_installed; then
|
||||||
echo "Docker is already installed. moving onto container start up."
|
echo "Docker is already installed. moving onto container start up."
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user