Answers for "update the git command linux"

1

git update on linux

apt-get update
apt-get upgrade
apt-get install git
Posted by: Guest on September-10-2020
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

Code answers related to "update the git command linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language