Installing Git is simple and easy. Download the git package from the website http://git-scm.com and follow the steps mentioned below.
Installing on MAC OS 10:
- Find Git on the official website http://git-scm.com/ or the direct link download http://git-scm.com/download/mac/.
- Download and install the package.
- Open terminal from Utilities.
Installing on Windows:
- Find Git on the official website http://git-scm.com or the direct link download http://git-scm.com/download/win.
- Download and install the package. (Shortcut icon is named as Git bash because bash is an environment in unix that most UNIX users use. It's like Git UNIX).
- On opening Git bash, it will open a terminal like most UNIX will have and use the UNIX commands.
Installing on Linux:
- Find Git on the official website http://git-scm.com or the direct link download http://git-scm.com/download/linux.
- Download and install the package
NOTE:
- You can also find instructions to install git with screenshots at the below link: https://help.github.com/articles/set-up-git/
- You can also use the link https://git-scm.com/book/en/v2/Getting-Started-Installing-Git for git installation.
No comments:
Post a Comment