Programming/Git/Setting up development environment in Git Bash

From Thalesians Wiki
< Programming‎ | Git
Revision as of 14:45, 25 November 2023 by Admin (talk | contribs) (Created page with "'''Introduction''' If you are used to command line-based development, you may wish to set up your development environment within '''Git Bash''', an application for Microsoft Windows environments which provides an emulation layer for a Git command line experience. Bash is an acronym for Bourne Again Shell. A shell is a terminal application used to interface with an operating system through written commands. Git Bash is included as part of the [https://git-scm.com/downlo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

If you are used to command line-based development, you may wish to set up your development environment within Git Bash, an application for Microsoft Windows environments which provides an emulation layer for a Git command line experience. Bash is an acronym for Bourne Again Shell. A shell is a terminal application used to interface with an operating system through written commands.

Git Bash is included as part of the Git For Windows package. Download and install Git For Windows like other Windows applications. Once downloaded, find the included .exe file and open to execute Git Bash.

Installing Anaconda