small type
This commit is contained in:
parent
5f24a0a4cc
commit
53b55aabae
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ echo "[INFO] Detected key: $key_id"
|
|||
echo '[INFO] Having git recognize this as the default signing key for this user...'
|
||||
echo "$ git config --global user.signingkey $key_id"
|
||||
git config --global user.signingkey $key_id
|
||||
echo "[INFO] Having git use \"$rname\" as name and \"email\" as email..."
|
||||
echo "[INFO] Having git use \"$rname\" as name and \"$email\" as email..."
|
||||
echo "$ git config --global user.name \"$rname\""
|
||||
git config --global user.name "$rname"
|
||||
echo "$ git config --global user.email \"$email\""
|
||||
|
|
Loading…
Reference in a new issue