I set up a gitlab account with mail address one.
I had setup git account with mail address two, and made a lot of push on it for the last few months.
Now I'm improting those project to the gitlab account. I managed to do so by changing the origin of the git project and changing the upstream to point toward the gitlab repo.
My issue comes from the fact that those commits does not appear in the gitlab timeline.
To solve the issue I have :
- Add the git mail address to the gitlab account
- Place the new project (comming from git) in public
gitlab see the commits made with both my addresses as coming from the same user, however, still does not display those commits in my profil timeline.
Does anyone know why ? Thanks!