What is Difference between git and GitHub
By Junaid A   Posted on August-01-2022 154
General
What is Difference between git and GitHub
Git is versioning control, save file modifications history
-Git is used for versioning
-commit => save changes locallay
-Push mean move coded on git server, or you can say this is outgoing change
-Clone Clone someone code
-Fork Clone and retain link to Orginal repo
By asifjans   01-Aug-2022
Views 154