Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Ubuntu 的新手。以前我在 Windows 上使用git bashforgit命令。但是我决定使用 Ubuntu 并且我安装了git但我不确定是否有必要git bash在 Ubuntu 上安装?而且,如果有必要,我应该如何安装它?
git bash
git
如果尚未安装:
sudo apt-get install git-core
检查安装:
git --version
安装后,您可以在 ubuntu 中的现有 bash 中使用它。