OPERATING SYSTEMSOS Linux

How to install Git in Ubuntu 20.04 | Linux | Git Ubuntu | Ubuntu 20.04

How to install Git in Ubuntu 20.04 | Linux | Git Ubuntu | Ubuntu 20.04
In this video, I’ll show you how to install Git in Ubuntu 20.04LTS. I have also shown how to create a GitHub account and push or publish your work into GitHub using Git.

Time Stamp :
0:00 Intro
0:16 install Git
0:31 Check Git version
1:04 Create a new GitHub account
2:18 Open your Gmail account and copy the code
2:53 Create a new repository
3:32 Create a new new folder on Ubuntu desktop
3:46 Create a file by use command line
4:32 Open the created file in terminal
5:53 Now add a user name and email
7:40 Run the remote command
7:49 Push the created repository into GitHub
8:05 Repository has been added into GitHub

Social Media links:-
Facebook Page link:
https://www.facebook.com/cachecloud

Linkedin Page link:
https://www.linkedin.com/company/cach…

#git #github #cachecloud

source

ubuntu 20.04

4 thoughts on “How to install Git in Ubuntu 20.04 | Linux | Git Ubuntu | Ubuntu 20.04

  • Time Stamp :

    0:00 Intro

    0:16 install Git

    0:31 Check Git version

    1:04 Create a new GitHub account

    2:18 Open your Gmail account and copy the code

    2:53 Create a new repository

    3:32 Create a new new folder on Ubuntu desktop

    3:46 Create a file by use command line

    4:32 Open the created file in terminal

    5:53 Now add a user name and email

    7:40 Run the remote command

    7:49 Push the created repository into GitHub

    8:05 Repository has been added into GitHub

  • just a note, after config for email and name you still couldn't commit(you get an error saying 'unable to auto-detect email address'). That's because you missed a space in git config –global user.email "your_email".

Comments are closed.