Hi I share the same username and email for my github and bitbucket account . Now I have configured git on my linux pc with the below commands
$ git config --global user.name "user name"
$ git config --global user.email "email"
As I have same username and email for github and bitbucket which account will work in this case ? How will push and pull work ? Is there a way to use both accounts at same time ?