git à distance ajouter un dossier local

git remote add <NAME> <PATH>/.git
#eg: git remote add backup ../backup/.git
Fahim Foysal