Git
Development version-control
Distributed version control system
Pros and Cons
Ventajas
- + Industry standard
- + Distributed (offline work)
- + Very efficient branching
- + Complete change history
Desventajas
- - Learning curve
- - Conflicts can be complex
- - Unintuitive commands
Casos de Uso
- Code version control
- Team collaboration
- CI/CD workflows