Install Git in Ubuntu 20.04 LTS, 22.04 LTS (Linux) and Push/Publish your work in Github



Install Git in Ubuntu 20.04 LTS, 22.04 LTS (Linux) and Push/Publish your work in Github

Install Git in Ubuntu 20.04 LTS, 22.04 LTS (Linux) and Push/Publish your work in Github

In this video i will show how to install git in ubuntu 20.04LTS and other versions such as 21.04 and 22.04 LTS and git works for all the distributions like Fedora, Linux Mint, KaliLinux, Kubuntu , Lubuntu, Arch Linux etc.
I have also shown how to create the github account and push or publish your work in to the github using git.

Cofiguration for git user.name and user.email is demonstrated.

TimeStamp :
Intro: 00:00
Install Git : 00:14
Create Github Account : 00:54
Create Repository : 2:03
Push into Github: 3:29

Commands used :
$ sudo apt get install git

For pushing into git :
$ git init
$ git status
$ git add .
$ git config –global user.name “username”
$ git config –global user.email “user email”
$ git commit -m “commit message”
$ git remote add origin “github repository link”
$ git push -u origin master

➡️:React Playlist ArjunCodes :
https://www.youtube.com/watch?v=mwEWAHW0Vsk&list=PL1oBBulPlvs_3Vhqc-5We6JuJlYjGWa1e

———————————————————————————————————————-

➡️:Ubuntu Installation Playlist :
https://www.youtube.com/watch?v=Xu274aBF2aw&list=PL1oBBulPlvs9rjY5Om203wxIx7jgQlA0k
———————————————————————————————————————-

➡️:Java Playlist ArjunCodes :
https://www.youtube.com/playlist?list=PL1oBBulPlvs9bpYZ2ff7up0IbbCv5g8LL

———————————————————————————————————————-

➡️:SpringBoot Playlist ArjunCodes :
https://www.youtube.com/playlist?list=PL1oBBulPlvs-oXGnDkyTL2g_e25JKSV_W

———————————————————————————————————————-

➡️:Web Playlist ArjunCodes :
https://www.youtube.com/playlist?list=PL1oBBulPlvs8oeAsPQDu87l7nWjYDYixx

———————————————————————————————————————-

➡️:Github Playlist ArjunCodes :
https://www.youtube.com/playlist?list=PL1oBBulPlvs86V4qCrZtBEPmojw-s87q4

———————————————————————————————————————

➡️ Subscribe : https://www.youtube.com/codewitharjun

Stay Connected :
➡️ LinkedIn : https://np.linkedin.com/in/arjungautam1
➡️ Github : https://github.com/arjungautam1

Join Community :
➡️Discord : https://discord.gg/cn2x3jhMW4

Follow me on :
➡️ Medium: https://codewitharjun.medium.com/
➡️ Dev.to : https://dev.to/codewitharjun

#git #github #Ubuntu #arjuncodes #CodeWithArjun

Comments are closed.