What is the difference between Git GUI, Git Bash and Git CMD? I'm a beginner, and for doing my installations I usually find myself using both git bash and git CMD
What is the difference between Git GUI, Git Bash and Git CMD? I'm a beginner, and for doing my installations I usually find myself using both git bash and git CMD
Git is a version control system Version Control System
Git Bash - It's a Bash based Terminal, [Bash is a Unix based Terminal] which simply means that user can directly use Unix commands in that Bash terminal
Git GUI - Used for on system as an IDE if you don't have an IDE or want to work in Github like environment but offline, then Git GUI is useful. If you are using VScode or Sublime editors they now have added a plugin for Git commands. So it is also an option for you to rather than installing the Git GUI
Git CMD deprecated - Mainly used by Windows users because it also has some Git command features user can use directly, which is an issue while using a Windows Command Prompt [CMD].
Best Application of Git Version Control System is Github
About ----- Bash