
Having these two options enabled will prevent you accidentally exposing your personal email address when working with Git and GitHub. If you are privacy conscious, or just don’t want your email address to be publicly available, make sure you tick the following two boxes on the Email Settings page after you have signed in: This needs to be a real email, and will be used by default to identify your contributions. Go to and create an account! During the account setup, it will ask you for an email address. Step 2: Configure Git and GitHub Step 2.1: Create a GitHub Account
GIT COLOR UI INSTALL
You will need to install Git from the source by following the instructions from this Digital Ocean tutorial. Run brew install git, open a new terminal window, and then check your version of Git, which should now be the latest.Ultimately, you must run each command line snippet that Homebrew provides after running brew doctor to repair your installation of Homebrew, including brew cleanup at the end. NOTE: The actual output of brew doctor may vary based on the version of MacOS you’re running, and any other issues you may have with your own installation.


GIT COLOR UI UPDATE
MacOS already comes with a version of Git, but you should update to the latest version. Follow the next steps as stated in your terminal (copy and paste the commands given) to add Homebrew to your PATH, which allows you to use the brew command prefix. Reading the terminal may seem a bit intimidating, but this is a great chance to overcome those feelings. Further down in the terminal there will be a section called “Next steps”. If you look at the terminal output after installing Homebrew, you will see “Installation Successful!”.

Note: On an Apple Silicon Mac you will have an extra step to take. Once you meet the requirements, copy and paste the following into your terminal: /bin/bash -c "$(curl -fsSL )" Make sure you have checked the requirements here. MacOSįirst, you’ll need to install Homebrew. Make sure your git version is at least 2.28 by running this command: git -version You likely have git installed already, but to make sure that we have the most up to date version of git, run the following commands: sudo add-apt-repository ppa:git-core/ppa Run these commands in the terminal to update the Linux system: sudo apt update

Step 1: Install GitĬlick the Operating System you have chosen below: Linux GitHub is a service that allows you to upload, host, and manage your code using Git with a nice web interface.Įven though GitHub and Git sound like they could be the same thing, they are not the same thing or even created by the same company. There are many lessons focused on Git later in the curriculum.
GIT COLOR UI SOFTWARE
You’ll become very familiar with this piece of software throughout TOP, so don’t worry too much about understanding it at this point. Git is a very popular version control system.
