Una vez que hayas descargado el instalador, sigue estos pasos para instalar Git Bash:
El sitio web detectará automáticamente la arquitectura de tu sistema (32 bits o 64 bits) y te sugerirá la descarga adecuada. descargar git bash
Al usar la sintaxis de Bash, los tutoriales de desarrollo escritos para Linux o macOS funcionarán exactamente igual en tu máquina con Windows. Una vez que hayas descargado el instalador, sigue
When a user downloads Git Bash, they are essentially installing a package that includes the core Git software and a Bash shell. Bash (Bourne Again Shell) is the default shell for Linux and macOS. By offering this on Windows, Git Bash allows developers to use the same commands and scripts on their local machines that they would use on a remote Linux server. This standardization of the command-line interface reduces the friction of "context switching," where a developer has to mentally toggle between different command syntaxes depending on the operating system. Bash (Bourne Again Shell) is the default shell