Answers for "how to update git on terminal"

0

update git version in ubuntu

sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y
git --version
Posted by: Guest on August-23-2021
1

update git

# For windows use
git update-git-for-windows
# else I guess?
git update
Posted by: Guest on February-09-2021
8

how to update git

C:> git update-git-for-windows
Posted by: Guest on July-13-2020

Code answers related to "how to update git on terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language