My Understanding Of Git
Git is a place where one is able to create projects using commands and they can be tried, tested and if something is not right the correction is also done here. Projects worked on via Git are stored in a local repository where GitHub acts as a backup platform for the same therefore , one has to synchronize the project to GitHub. Git allows one to track any changes and/or corrections that need to be done while GitHub allows one to present their projects to the public and use it as backup and any projects can be retrieved easily.
Commands
Commands are sort of instructions that are given in the present Git platform and they source the information based on given command then relay it.
Example:






