How to create Git Repository And Upload files from Local Folder

Опубликовано: 16 Март 2026
на канале: GHANSHYAM NAKIYA
569
6

#Githubrepository #gitcommand #uploadfilestogithub
1. Learn How to upload to files to github
2. Learn command of Upload files(Command : git push) and Download files from repository (Command: git pull)
3. Commands
git add .
git commit -m "comment"
git push
git pull
git branch -M main
git remote add origin https://github.com/ghanshyamnakiya/gi...
git push -u origin main
-git status