Установите другого пользователя для git

git config user.email work@example.com
git config user.name "work user name"
Fahim Foysal