how to have a mirror git repo for your repos and updating them after every change in the main repo

preview_player
Показать описание
if you want to backup your repository, one way is by having a mirror repository for it.
and also those mirrored repositories have to be kept updated after every commit.

00:00 Intro
00:52 Create a mirror git repo
04:17 update git repo with the latest changes

#git
#mirror
#repository
#docker
#node
#nodejs
#commit
#github
#gitlab
#backup

USEFUL********

MUSIC IN THE VID

LINKS********
Рекомендации по теме
Комментарии
Автор

A very good one I will give it a try, it looks promising

girmamoges
Автор

Can we do bidirectional sync with this approach

himanksingh
Автор

Nice Video, But i have one doubt, Can we make out mirror repo as primary after mirroring is complete.
We can use this as migration also?

omkarkulkarni
Автор

Hi that’s nice info, I had one small doubt when we made change in main repo why we need to use git cli command’s in git local. I want it to be done automatically in new repo with out using git cli command’s in local.my reason for asking this because many developers will keep on working on main repo but every time we can’t go and run cli command’s for multiple time. will that be possible please guide me in that if you had an idea

nimmalaphani