How to push git repo from Windows 10 CMD

preview_player
Показать описание
In this video, I show you how to create a new git repository and push it to the origin master, using command prompt
- git init
- git add .
- git commit -m "comment"
- git push -u origin master

Рекомендации по теме
Комментарии
Автор

That was awesome, you just walked me through my first completely solo push (where I actually understood what I was doing). Not too in depth and absolutely perfect, Thanks!

lawdylawdylawdy
Автор

Thanks for clearing it up; I was missing a few of the commands

blaisetelfer
Автор

one of best video to understand and no timepass best video to understand thank you sir

onlythereal
Автор

Great one, I was able to create my first git repo from the CMD

learnSQLdata
Автор

Nice Information ... If U show how to create branches and every thing it will be useful

srirammurthy
Автор

thanks for this, it made a whole lot of difference for me.

thebillionairemomcoach
Автор

whenever i type cd Desktop it says directory name invalid???

joy_joshi
Автор

Thank you soooo much!!!! This really helps. It worked on my computer as

victoriadathan
Автор

This helped me put my Discord bot up, thanks

welshtony
Автор

When I write git init it says ('git' is not recognized as an internal or external command,
operable program or batch file.) I already have downloaded github

tohut
Автор

Can we do this using PyGithub in python? I'm not finding resources at all.

krishnateja
Автор

thanks for your help you are a good teacher

crinceebelempou
Автор

Thank you, really helpful infromation

xarwynn
Автор

should have shown the files on github when done to show it was successful and what it would look like for them to appear in the repository...

thebullybuffalo
Автор

Why when I enter git push - u origin main it shows github login and when I login its said login failed?

aldzgo
visit shbcf.ru