1
0
mirror of https://gitlab.com/octtspacc/OcttKB synced 2025-04-14 07:21:57 +02:00
OcttKB/SetupGitProfile.sh

6 lines
219 B
Bash
Executable File

#!/bin/sh
git config --global user.email "$GitUserEmail"
git config --global user.name "$GitUserName"
git config --global credential.helper store
echo "https://$GitUserName:$GitPassword@gitlab.com" > ~/.git-credentials