How to upload react project on github 2024

preview_player
Показать описание
step-by-step process to upload react app on git hub. You can easily upload your project on Git Hub.

git init
git status
git add .
git commit -m "commit"
git branch -M 'main
git remote add origin "git URL"
git push -u origin 'main'

if you don't want to create a branch
git init
git status
git add .
git commit -m "commit"
git remote add origin "URL"
git push
Рекомендации по теме
Комментарии
Автор

Jiska bhi error ara ha, vo error chat gpt me paste krr do solution mil jyega. Mene bhi ese hi krte krte upload kia ha❤

ravishbisht
Автор

Inside my folder there was one more folder called components but that is not showing 😢 as well as not showing of styles folder.
Why ?

mdmodassir
Автор

what if I want to upload the entire rose folder inside my reop?

utkarshsingh.
Автор

Fatal: the remote end hung up unexpectedly
Everything up-to-date
How to fix this??

tamanna
Автор

Sir Ek hi repository mein react ke 3 projects kaise push kare? plzzz reply

mansitrivedi
Автор

Bhai node module ki file v hoti hai to use ignore kese kre

NEWTECHBUDDY
Автор

error: remote origin already exists.
ye error aa rahi he

DipakVishwakarma-ewnu
Автор

Untracked files ka error aara Bhai kaise solve kre

neerajsharma