iberck
3/8/2017 - 6:01 AM

Git backup

Git backup

Backup

Crear backup (dentro de la consola de git):
git bundle create /h/msurveyrepo --all

For using that bundle, you can clone it, specifying a non-existent folder (outside of any git repo):
git clone /h/msurveyrepo newFolder