function sync_media_identity {
if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then
repo="$(basename `pwd`)"
- git config user.name "${repo^} Asset Manager"
+ git config user.name "${repo^} Archive"
git config user.email "$repo@localhost"
fi
}
function sync_media_identity {
if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then
repo="$(basename `pwd`)"
- git config user.name "${repo^} Asset Manager"
+ git config user.name "${repo^} Archive"
git config user.email "$repo@localhost"
fi
}