In this video we cover about what is git and github. why we use it. and how to publish your project on github.
Commands uses in this video:
to check git version: git --version
to initialize new empty git repository: git --init
to link your repo to your project: git remote add {your github repository link}
to add your files on git staging area: git add .
to push your project on github : git push
#programming #governorsindhinitiative #typescript #typescriptdevelopment #webdevelopment #github #gitarcover #git
Download
0 formats
No download links available.
What is git and Github? | Git basics | Lecture 03 | NatokHD