Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to update newer git version on ubuntu 18.04 by using command line terminal.

sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y
git --version
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #How #update #newer #git #version #ubuntu #command #line
ADD COMMENT
Topic
Name
5+2 =