mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 04:54:21 +01:00
Capture git identification during install
This commit is contained in:
@@ -4,3 +4,7 @@ git config --global alias.br branch
|
||||
git config --global alias.ci commit
|
||||
git config --global alias.st status
|
||||
git config --global pull.rebase true
|
||||
|
||||
# Set identification from install inputs
|
||||
git config --global user.name $OMAKUB_GIT_NAME
|
||||
git config --global user.email $OMAKUB_GIT_EMAIL
|
||||
|
||||
Reference in New Issue
Block a user