install git in windows command line code example
Example 1: git install
$ sudo apt install git-all
Example 2: latest version of git
/ we need to type both of them git fetch origin git reset --hard origin/master
$ sudo apt install git-all
/ we need to type both of them git fetch origin git reset --hard origin/master