We can create and work on multiple branches simultaneously and all these are branches
are isolated from each other. It enables multiple work flows.
We can merge multiple braches into a single brach. We can commit branch wise also.
4. Moving files in GIT is very easy as GIT automatically tracks the moves. Whereas in other
VCS we need to create a new file & then delete the old one.
5. Freeware and Open Source
6. It provides support for multiple platforms.