To understand Git first we have to know about Version control system(VCS).
here first you can see little about VCS. Then You can understand the journey
of Git and Github.
Git:-
Git is a distributed version control system that allows developers to track changes to their code over time. With Git, developers can create branches to work on new features or fixes, merge those changes back into a main branch, and roll back to earlier versions of the code if needed. Git is free and open-source software that can be used on both Windows and Unix-based operating systems.
Github:--
GitHub, on the other hand, is a web-based platform that provides hosting for Git repositories. GitHub makes it easy for developers to collaborate on code, track issues and bugs, and manage project milestones. It also provides tools for code review and continuous integration and deployment.
Next we setup git in our laptop.
- Setting up of Git Client Click to Know
- Setting up GitHub Account Click To Know
- Generate logs Click To know
- Create and visualize branchesClick To Know
- Git life cycle description