Difference between revisions of "Git Bash"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''Git Bash''' is a Bash shell optimized for use with Git. == See also == * Bash * Git == External links == * [https://git-scm.com/book/en/v2/Git-in-Other-...") |
Karl Jones (Talk | contribs) (→External links) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '''Git Bash''' is a [[Bash]] shell optimized for use with [[Git]]. | + | '''Git Bash''' is a [[Bash (Unix shell)|Bash]] shell optimized for use with [[Git (software)|Git]]. |
== See also == | == See also == | ||
− | * [[Bash]] | + | * [[Bash (Unix shell)]] - a [[Unix shell]] and command language. |
− | * [[Git]] | + | * [[Git (software)]] |
== External links == | == External links == | ||
Line 11: | Line 11: | ||
* [http://stackoverflow.com/questions/7671461/how-do-i-change-the-default-location-for-git-bash-in-windows How do I change the default location for git bash in windows?] @ Stack Overflow | * [http://stackoverflow.com/questions/7671461/how-do-i-change-the-default-location-for-git-bash-in-windows How do I change the default location for git bash in windows?] @ Stack Overflow | ||
− | + | [[Category:git (software)]] | |
[[Category:Software]] | [[Category:Software]] |
Latest revision as of 06:50, 25 August 2016
Git Bash is a Bash shell optimized for use with Git.
See also
- Bash (Unix shell) - a Unix shell and command language.
- Git (software)
External links
- Git in Bash
- How do I change the default location for git bash in windows? @ Stack Overflow