This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: What is a Git Repository
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
What is a Git Repository, if needed to explained in one line it is a version control system that orks in similar fashion to other version control systems, manage a project, or a set of files, as they change over time. Git however explains itself in various self-explaining terms like everything is local, distributed is ...