paxforless.blogg.se

Downloading git on mac terminal
Downloading git on mac terminal













downloading git on mac terminal

You can make it easier to track where you are, by showing the name of the current Git branch in the terminal (command prompt).

downloading git on mac terminal

When you are working inside a Git repository it is important to realize what is the currently checked out Git branch. To check that git is installed, open a Terminal and run which git git -version These commands should display something similar to this: which git /usr/bin/git git -version git version 1.9.3 For all other operating systems, go to the Git downloads web site, and click on the appropriate icon for your operating system. If you see git version followed by numbers, i.e., git 2.5.4 then you are good to go.















Downloading git on mac terminal