Yes - that's a good idea. With CI you could do that.
On Wednesday, 10 June 2015 16:17:45 UTC+2, Friedemann Stoffregen wrote:
>
> Maybe you should have a look on gitlab CI. I think you can archive
> something like that with it.
>
> Regards,
> Friedemann Stoffregen
>
> Am 10.06.2015 um 13:53 schr
I synchronize commits from one GitLab installation with my GitLab
installation every 12 hours.
I did that by making a new user on my server that doesn't need any password
so you can't log in it and I did *su - accountname *to gain the privileges
from the account I have just created and it goes auto
Maybe you should have a look on gitlab CI. I think you can archive something
like that with it.
Regards,
Friedemann Stoffregen
> Am 10.06.2015 um 13:53 schrieb Matthias Döring :
>
> That is what I want. I want that gitlab make by herself pushes and pulls
> with github. When you have imported
That is what I want. I want that gitlab make by herself pushes and pulls
with github. When you have imported the repo with oauth. The advantage
from this manner is you have no need to login into github. Have this
effort somebody with me?
Am Mittwoch, 10. Juni 2015 13:35:48 UTC+2 schrieb tomb
In GIT you can add as many remotes as you like and sync between them. But
this is no task of GitLab, this has to be configured in your local
repository:
https://help.github.com/categories/managing-remotes/
On Wednesday, 10 June 2015 08:21:55 UTC+2, Matthias Döring wrote:
>
> Hi, I can create a