Category: github

This post will cover some of the basic aspects of Git and Github. Git keeps track of the entire history of a project, managing the code, enabling collaborators to contribute to a shared GitHub repository. The aim is to incrementally learn: Run the following brew command in the terminal: Then, check the Git version to verify the installation: Locate Git installation folder on Mac OS X

Define your Git user (should be the same name and email you use for GitHub): Open the terminal and configure your GitHub username: Then, add your email: 2.

Link the local Git repository to the remote Github repository

Related Articles