Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to update git in vscode

//for windows =>
git update-git-for-windows

//for mac =>
brew upgrade git

//for linux =>
apt-get update
apt-get upgrade
apt-get install git
 
PREVIOUS NEXT
Tagged: #update #git #vscode
ADD COMMENT
Topic
Name
1+2 =