Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee
Showing posts with label GitHub. Show all posts
Showing posts with label GitHub. 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...

Wednesday, October 23, 2019

How to Install GitHub on Ubuntu, Debian and Linux Mint

October 23, 2019
How to Install GitHub on Ubuntu, Debian and Linux Mint
(adsbygoogle = window.adsbygoogle || []).push({}); Download :- http://git-scm.com/downloads Step1 :- sudo apt-get install git Step2 :- git config --global user.name "YOUR NAME" Step3 :- git config --global user.email "YOUR EMAIL ADDRESS" Tell Git the email address that will be associated with your Git commits. The email you specify should be the...