Github/Git
Github/Git
GitHub is a platform for software development and version control using Git, allowing
developers to store and manage their code.
A platform that provides developers to store and manage their code.
Git (also known as VCS) is a tool that provides version control. Git is a distributed version
control system that tracks changes in any set of computer files like when your project is created,
who modified project, which code is deleted, which one is added etc.
Git repository is folder where .init is resides. Git repository is folder where .init is resides.
Drawback of CVCS:
2) Distributed version control system:
Git revert commit_number: Revert all file that was deleted and available in git log.
git remote set-url origin repo_name: Change the one repo to another from one user to another.
Push other’s work to your github repo