basic

Git Basic commands

what is Git? Git is a version control system used for tracking changes, collaboration, and to push files to remote repository. Then what the heck is github? Github (Microsoft owned) is a service provided for git users to store our files(code) online which is called remote repo. some of the popular alternatives to github are …

Git Basic commands Read More »