Install and Configure Git Ubuntu

Опубликовано: 28 Сентябрь 2024
на канале: Irin Hi Tech Service
21
2

Welcome to "Irin Hi Tech Service" channel
=========================================
Subscribe To My Channel and Share this Video:

   / @irinhitechservice7870  

Also check out the channel and hope you find something better. Thanks

Irinhitech show how to Install and Configure Git Ubuntu
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Alternatives to Git: Mercurial, Apache SVN, Fossil, Bazaar, Git Center, Darcs, CVS, BitKeeper
and many more

For install and configure git Ubuntu run this commands one by one:

sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo git config --global user.name "urmi"
sudo git config --global user.email [email protected]
git --version
git config --list

Gist: https://gist.github.com/LinuxDevOpsGi...

.👉 FOR ANY HELP:

If you need any help then contact with me:
My Website: https://www.irinhitech.com/
Skype: live:2e25ae038d9b08e0
Email: [email protected]

Find Us:
=======
Visit My Website : https://www.irinhitech.com/

Follow Me on Facebook:   / linuxdevopsgirl  

Follow Me on LinkedIn:   / irinhitech  

Follow Me on Twitter:   / irinhitech  

Follow Me on Medium:   / irinhitech  

Follow Me on Instagram:   / devopsurmi  

Follow Me on Behance: https://www.behance.net/irinhitech

Follow Me on pinterest:   / irinhitech  

Thank You 🙃🙃

#Linux #irinhitech #ubuntu #git