What
is Git Bash?
Git Bash is a command line interface through which we can interact with the Git version control system. Git Bash supports commands like cd which can be used to explore physical file locations in the local system and commands to operate on the underlying Git version control system.
Git Bash, is part of the Git for Windows installation, more details on Git for Windows can be found from the following site.
http://msysgit.github.io/Git Bash is a command line interface through which we can interact with the Git version control system. Git Bash supports commands like cd which can be used to explore physical file locations in the local system and commands to operate on the underlying Git version control system.
Git Bash, is part of the Git for Windows installation, more details on Git for Windows can be found from the following site.
The setup for Git for Windows can also be downloaded from the below link
http://msysgit.github.io/
Git UI is a Windows based UI interface which can be used to interact with Git, while Git Bash is a Unix/Linux like command line interface to operate on Git.
No comments:
Post a Comment