====== 14 Smartgit Setup ====== Git settings in general can be saved on different levels. Sometimes it may be handy to develop on a shared machine and the repository is stored for common access under ''C:\Users\Public\Documents\Bitbucket''. In this case, user settings are not allowed to be stored inside the repo. Otherwise, one developer could commit with the name of another developer. To prevent this, make sure that - you have configured your user in your home directoy ''C:\Users\\.gitconfig file'' - there is no user section in ''C:\Users\Public\Documents\Bitbucket\\.git\config'' - there is no user section in none of the submodules ''C:\Users\Public\Documents\Bitbucket\\.git\modules\\config'' example of user setting: [user] name = Alexander Elbert email = alexander.elbert@hampel-soft.com