Answers for "update git from 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

git update using git bash

# Since Git 2.16.1(2) you can use
C:> git update-git-for-windows

#In version between 2.14.2 and 2.16.1, the command was
C:> git update
Posted by: Guest on May-06-2021
-2

update gitcmd

git update
Posted by: Guest on December-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language