Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.43 KB

installation.md

File metadata and controls

36 lines (18 loc) · 1.43 KB

Git Setup Guide

Git is software for tracking changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.


Download and Installation

Click here to visit Git download Page

Installation on Windows :

  • Browse to the download location and Double-click the file to extract and launch the installer.

  • Allow the app to make changes to your device by clicking Yes on the User Account Control dialog that opens.

  • Review the GNU General Public License, and when you’re ready to install, click Next.

  • The installer will ask you for an installation location. Leave the default, unless you have reason to change it, and click Next.

  • A component selection screen will appear. Leave the defaults unless you have a specific need to change them and click Next.

  • Select Git Bash Here and Git GUI Here components and other components you want

    Git Bash/GUI Checkbox

  • The installer will offer to create a start menu folder. Simply click Next.

  • Select a text editor you’d like to use with Git. Use the drop-down menu to select Notepad++ (or whichever text editor you prefer) and click Next.

  • Check some additional customization options appears while installation and click Next.

  • Once the installation is complete, tick the boxes to view the Release Notes or Launch Git Bash, then click Finish.