How to install git on ubuntu

0 votes
How to install git on ubuntu?
Dec 21, 2018 in Git & GitHub by Ali
• 11,360 points
763 views

1 answer to this question.

0 votes

Hey @Ali, installing Git on ubuntu is pretty easy, just follow these steps:

log into SSH via root user

execute this command to update the repository

apt-get update

Install git

apt-get install git-core

Confirm the installation

git --version

configure git settings

git config --global user.name "user-name"
git config --global user.email "user-name-emai@whatever.com"

list configurations

git config --list

And you're ready :D

answered Dec 21, 2018 by Eric

Related Questions In Git & GitHub

0 votes
1 answer

How to install Git in the Ubuntu system?

Hi@akhtar, In the Ubuntu system, you can use ...READ MORE

answered Nov 19, 2020 in Git & GitHub by MD
• 95,440 points
486 views
0 votes
1 answer
0 votes
1 answer

How to locate Git installation folder on a Mac OS X?

By default the git homepage installs into ...READ MORE

answered Aug 7, 2018 in Git & GitHub by Sophie may
• 10,610 points
24,374 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,530 views
+2 votes
1 answer
0 votes
1 answer

How do I install Git on windows?

Hey @Akash, follow these steps: Go to this ...READ MORE

answered Feb 19, 2019 in Git & GitHub by Nikhil
696 views
0 votes
2 answers

How do I install Git on CentOS?

Hi, If you want to install Git 1 ...READ MORE

answered Feb 4, 2020 in Git & GitHub by MD
• 95,440 points
815 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP