From 837c4a1eba6f15301573e8ef6ffbfc7413288de9 Mon Sep 17 00:00:00 2001 From: Fuzan Date: Fri, 27 Nov 2020 22:48:27 -0300 Subject: [PATCH] --- Bare-Repository.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Bare-Repository.md diff --git a/Bare-Repository.md b/Bare-Repository.md new file mode 100644 index 0000000..f370a7b --- /dev/null +++ b/Bare-Repository.md @@ -0,0 +1,17 @@ + + +# Bare Repository + +| Repo Nomal | Bare Repo | +| ------------ | --------- | +| *Staging Area*| - - - - - - - - - - | +| *Working Area*| - - - - - - - - - - | + +- No tiene ***"working directory"*** +- Se trabajan con ***Push - Pull*** + + +Iniciar: ` git init --bare mirepo.git ` +Clona : ` git clone ssh://dominio/ruta/a/mirepo.git ` + +***completar o mover*** \ No newline at end of file