Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

update git from terminal

sudo add-apt-repository ppa:git-core/ppa -y
    
sudo apt-get update
    
sudo apt-get install git -y
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #update #git #terminal
ADD COMMENT
Topic
Name
8+4 =