Author name: JD

Two-tree-architecture

GIT part-2 Concepts and architecture

Git uses three-tier tree architecture for its repository’s files and commits, which is very handy. The illustration (a) below shows a typical two-tier tree set up which other version control systems use. The working depository is a root folder, which you have set up on your computer too manage your files this is done through

GIT part-2 Concepts and architecture Read More »

Octocat GIT

What is GIT?

Understanding version control Git is software for keeping track of  changes in files and directories , particularly text changes. Git gives you the ability to store (for example) three different versions and allows you to compare different versions, move between different versions, and control them. This is referred to as a Version control system or VCS.

What is GIT? Read More »

Scroll to Top