git config --global user.name "Firstname Lastname"
git config --global user.email "[email protected]"
For other repos using other name/email:
git config user.name "Firstname Lastname"
git config user.email "[email protected]"
git config --global user.name "Firstname Lastname"
git config --global user.email "[email protected]"
For other repos using other name/email:
git config user.name "Firstname Lastname"
git config user.email "[email protected]"
https://docs.godotengine.org/en/3.1/classes/class_os.html
The following function can be used in combination to identify the device a game is running on.
This can be useful for storing login/authentication information using a hashed cookie-like file.
https://docs.godotengine.org/en/3.1/classes/class_os.html#class-os-method-get-model-name