[Tutorial] Upload / Push a complete project / set of folders and files to github

preview_player
Показать описание
The video shows the steps involved to upload / push a complete projet / set of folders to github

0:07 Step 1 : Fixing the parameters

1:58 Step 2 : Creating a repository

2:28 Step 3 : Push the folders

$git init
$ git status
$ git add -A
$ git status
$ git commit -m "first commit"
$ git remote add origin "link of the created repository"
$ git push origin master

This tutorial was realised in Ubuntu 22.04
The same steps can be used to upload folders to github in Window
Рекомендации по теме