Home > Article > Web Front-end > Front-end miscellaneous notes-the difference between installing a server
Differences in installation software
The difference between git git bash git shell
So a brief summary:
git
Version control tool supports this tool The websites include Github, BitBucket, Gitorious, domestic osChina warehouse, csdn warehouse, etc.
shell
is the shell of Linux and Unix systems. It can also be understood as the command line, which is where you enter and execute commands. Git uses the shell through the command line and the graphical interface.
bash
is a type of shell, one of the most commonly used shells.
git Bash
A simulated terminal that facilitates you to use git commands under windows (the cmd function that comes with windows is too weak) Linux and unix can use git directly.
git shell
It is a shell with git installed, and bash is a shell.
The above is the detailed content of Front-end miscellaneous notes-the difference between installing a server. For more information, please follow other related articles on the PHP Chinese website!