git config --system <property> <value>
set config at sytem level for all users
git config --global <property> <value>
Sets config for the current user
git config <property> <value>
sets config current project
git config user.signingkey 0A46826A
Setup signing key to use for signing commit and tags
git clean -i
Clean worksspace interactively