git bagaimana mendorong ke akun yang berbeda

# Basic syntax:
# In the local repo you want to push to a different account, do:
git config user.name your_username
git config user.email your_email
Charles-Alexandre Roy