Set dynamic user and hostname to git config
This commit is contained in:
parent
d6f4ef2496
commit
a5cf11c914
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ sudo apt install keepass2
|
|||
#############################
|
||||
|
||||
sudo apt install git
|
||||
git config --global user.name "flying-scorpio"
|
||||
git config --global user.name "$USER@$HOSTNAME"
|
||||
git config --global user.email "tfranken@protonmail.com"
|
||||
git config --global alias.ci "commit"
|
||||
git config --global alias.co "checkout"
|
||||
|
|
Loading…
Add table
Reference in a new issue