Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee
Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

Monday, March 30, 2020

How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint

March 30, 2020
How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint
How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint Offically Website of GitHub https://github.com/git/git Offically Website of Git https://git-scm.com/downloads Method 1 Installing Git Step1 :- sudo apt update Step2 :- sudo apt install git  OR  sudo apt-get install git-gui Verify Step3 :- git --version Method 2 Installing...