Handy git commands
To Get list of configuration git config --list To set global username and email git config --global --replace-all user.name "${userName}" git config --global --replace-all user.email "${userEmail}" To set local user.name and user.email different fo...
Jul 29, 20222 min read60