Is it possible to synchronize code repositories instantially?

0

For example: change my code in github and my import into gitlab from that same code, be updated according to my changes in github.

As if it were a code backup, it updates itself instantly.

(In the case of netlify, where when I change my code in gitlab, it automatically updates itself in the hosting repository.)

    
asked by anonymous 13.06.2018 / 16:40

1 answer

1

Maybe using git hooks ? You have this similar question on how to update a second git repository / a> in stackoverflow

    
13.06.2018 / 16:46