You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
overall IIRC the interface of the git package is more list like command = ['-m', message], also later on `command.extend(['--author', f'{author.name} <{author.email}>'])
maybe go through and recheck where else this happens?