parent
1a2b29045b
commit
837c4a1eba
17
Bare-Repository.md
Normal file
17
Bare-Repository.md
Normal file
@ -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***
|
Loading…
Reference in New Issue
Block a user