Git and Github Setup

Pubblicato il: 31 ottobre 2022
sul canale di: 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/...


In questa pagina del sito puoi guardare il video online Git and Github Setup della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Technophilix 31 ottobre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 92 volte e gli è piaciuto 4 spettatori. Buona visione!