> [[Git command]] for setting repository or global configurations: ```bash # global configuration git config --global user.name <username> git config --global user.email <email> ``` ^global Especially for setting data for first [[git commit]]