0

I've been using Git-BASH terminal for non-git tasks. I prefer to use and am more comfortable using a BASH terminal over the Windows PS or Command Prompt. Basically, I started looking into having a BASH terminal on Windows, when I realized I already have one. Is there any technical/integrity/security risk to doing this?

  • 2
    Cygwin is another option. The main advantage being the package manager it has and thus the easily availability of additional programs / features – eddiewould Feb 03 '19 at 01:21
  • 2
    I use git bash all the time for sed / find / xargs etc all the time. – eddiewould Feb 03 '19 at 01:22
  • git bash is just an application combined with mingw - it's usefulness depends on what you're trying to do. – Thomas Dickey Feb 03 '19 at 01:36
  • It purely depends on who else might dislike that. If you are always the only user and you can always ensure Git Bash is there, feel free to do what you like. – Lex Li Feb 03 '19 at 01:56
  • If you find that git bash lacks some functionality you need, you might consider running a local linux vm. – Cole Tierney Feb 03 '19 at 02:52

1 Answers1

1

There is no "GitHub bash", only the git-bash packaged with Git for Windows.

It is the only alternative to WSL (the Windows Subsystem for Linux).

I usually use Git for Windows with a simplified PATH, which means I have 200+ Linux command right from any shell session, even a simple CMD one.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250