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 bash、gitコマンドに使用していました。しかし、Ubuntuを使用することに決めてインストールしましたが、Ubuntugitにインストールする必要があるかどうかわかりませんかgit bash? また、必要な場合、どのようにインストールすればよいですか?
git bash
git
まだインストールされていない場合:
sudo apt-get install git-core
インストールの確認:
git --version
インストールすると、ubuntu の既存の bash 内で使用できます。