Git and Github Setup

Published: 31 October 2022
on channel: Technophilix
92
4

If you’ve never used git or github before, there are a bunch of things that you need to do. It’s very well explained on github, but repeated here for completeness.
Get a github account.
Download and install git.
Set up git with your user name and email.

Open a terminal/shell and type:
$ git config --global user.name "Your name here"
$ git config --global user.email "your_email@example.com"

Link for create private key for access:
https://docs.github.com/en/authentication/...


On this page of the site you can watch the video online Git and Github Setup with a duration of hours minute second in good quality, which was uploaded by the user Technophilix 31 October 2022, share the link with friends and acquaintances, this video has already been watched 92 times on youtube and it was liked by 4 viewers. Enjoy your viewing!