As I am still learning git
, i stumbled upon a question. We have a team, where are multiple repos and two users. First I was the only one and in my production server I had config, with my remote origin
. I can pull changes over SSH just fine.
Since another member joined the team, he needs to be able to pull the changes as well, if I am on vacation for example. Under the config I only see my username and use
my own email.
Can I add another developer to the list somehow for him to be able to pull the changes?