Organizeaza-ti codul folosind Git

1 post / 0 new
admin
admin's picture
Organizeaza-ti codul folosind Git

Ce este Git?
Ei bine, Git este un sistem de control al versiunii (vezi CVS, Subversion), scris de insusi Linus Torlvalds pentru a folosi in dezvoltarea kernelului Linux.

Caracteristici:
* Branching is fast and easy.
* Offline work is supported; local commits can be submitted later.
* Git commits are atomic and project-wide, not per-file as in CVS.
* Every working tree in Git contains a repository with a full project history.
* No Git repository is inherently more important than any other.

Mai multe detalii aici.