React Native Tutorial: Git Setup

preview_player
Показать описание
Hey all!

I hope you are doing well and staying safe.
This is a real quick video to show you how to link Git to your project, so you can do version control. Because this project series is being used to help build a resume/portfolio, I wanted to implement this to allow you all more experience for personal gain/practice!

I hope you all enjoy!
~David

#reactnative #tutorial #git

Terminal Commands:
cd = change directory
ls = list files/folders

Git Commands:
git init

git add *
git commit -m "Updated source"
git remote add origin URL.git
git remote -v
git push --set-u origin master
Рекомендации по теме
Комментарии
Автор

was new to git and firgure out how to upload in the same folder.

sanskarmalkhede
Автор

Why is there two branches, main and master? Aren't they the same thing? When I'm using github desktop, it's saying "commit to master", so does that mean main doesnt mean anything?

ShoBartHehe
Автор

terminal just says 'git' is not recognized as an internal or external command

Bazs
Автор

is it possible to use github pages to display a web version of the app?

leanobregon
Автор

Finally one that worked for me man. Thanks a lot dude

jimnguyen.
Автор

Can I use it for React js or Mern Stack project

CSe_IT_Guy
Автор

Great Video / Thank's from Berlin

marlonrei
Автор

thanks bro got the solution of which i was wondering from last night ....

danishsadpara
Автор

can't push android folder
git push origin master
Enumerating objects: 875, done.
Counting objects: 100% (875/875), done.
Delta compression using up to 2 threads
Compressing objects: 100% (682/682), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
Writing objects: 7%fatal: the remote end hung up unexpectedly
Writing objects: 100% (873/873), 82.12 MiB | 1.40 MiB/s, done.
Total 873 (delta 249), reused 0 (delta 0)
fatal: the remote end hung up unexpectedly
Everything up-to-date

how to push this?

shubhamgupta
Автор

what about compare and pull at the top ???

arqummalik
Автор

Ahhh thats the most helpfull video on youtube for me soo far

faseehkhaan
Автор

thanks, very easy and unsterstandable !

kayaciem
welcome to shbcf.ru