DevOps/Cloud By GK
  • DevOps/Cloud Introduction
  • 🚩AWS
    • Create AWS Account
    • Launch EC2 Instance
  • 🚩Linux
    • User Managment
      • Adding the User to Sudo group
      • visudo
    • Directory / File Management
      • Vi
      • Changing Permissions (chmod)
      • Filtering IO/File
    • Memory Management
    • Process Management
    • Network Management
    • Service Management
    • Environmental Variables
      • $PATH
    • Utilities
    • SHELL PROGRAMMING
      • Hello World
      • Variables
      • Command Line arguments
      • Conditional Statements
      • Array
      • Loops
      • Functions
      • AWK
      • sed
      • Example Useful Scripts
      • Basic -> Advanced
  • 🚩git
    • Introduction
    • Creating GitHub Account
    • Installation
      • Git Bash In Windows
      • Git In VS Code
      • Git In Eclipse
      • Git CLI in Linux
  • Creating Git Remote Repository
  • Git Commands L -> R
  • Git Commands L <- R
  • Git Branch Commands
  • Using SSH (Password Less)
  • 🚩maven
    • Introduction
    • Installation
    • POM.xml
    • Goals
  • 🚩SonarQube
    • Introduction
    • Sonar Cloud
    • Creating Project In SonarCloud
    • Installing Sonar-Scanner
    • Triggering Scan
  • 🚩Nexus
    • Introduction
    • Installation of Nexus
    • Creating Repository
    • Uploading Artifacts to Repository
  • 🚩Jenkins
    • Introduction
    • Installation of Jenkins
    • First Job In Jenkins
    • Git + Jenkins
      • WebHook
    • Maven + Jenkins
    • Sonar-Scanner + Jenkins
    • Nexus + Jenkins
Powered by GitBook
On this page
  1. git
  2. Installation

Git Bash In Windows

PreviousInstallationNextGit In VS Code

Last updated 2 years ago

To install Git Bash on your Windows computer, follow these steps:

  1. Go to the official Git website at .

  2. Download the appropriate installer for your operating system. There are versions available for Windows, Mac OS X, and Linux.

  3. Once the installer has finished downloading, run it and follow the installation prompts.

  4. During the installation, you may be prompted to choose some options, such as the installation directory, and whether to add Git to your system path. Accept the default options or make any changes you want.

  5. After the installation is complete, open the Start menu and search for "Git Bash".

  6. Click on the "Git Bash" shortcut to launch the Git Bash terminal.

That's it! Git Bash is now installed on your Windows computer, and you can use it to run Git commands and manage your code. Git Bash provides a Unix-style terminal environment on Windows, allowing you to use many of the same commands and utilities that are available on Linux or macOS.

🚩
https://git-scm.com/downloads