

$ git config -global user.email "your-email-id" Git version Step 4: Configure Git in Ubuntu 20 $ git config -global user.name "your-user-name" Processing triggers for man-db (2.9.1-1) Step 3: Verify Git installation $ git -version Selecting previously unselected package git. Selecting previously unselected package git-man. 142493 files and directories currently installed.) Selecting previously unselected package liberror-perl. Get:1 focal/main amd64 liberror-perl all 0.17029-1

The following NEW packages will be installed:Ġ upgraded, 3 newly installed, 0 to remove and 32 not upgraded.Īfter this operation, 38.4 MB of additional disk space will be used. Git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn The following additional packages will be installed: Note, selecting 'git' instead of 'git-core' You can also manually download git package from official download page.ĭemo Output sudo apt-get install git-core -y Step 1: Update Ubuntu package $ sudo apt-get update Step 2: Install git on ubuntu 20 $ sudo apt-get install git-core -y You need SSH access to Ubuntu 20 Server.Command to see all of the Git configurations:
