React Native Tutorial: Git Setup

Publicado el: 14 noviembre 2020
en el canal de: David Grice
12,746
199

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 config --global user.name "Your Name"
git config --global user.email youremail@domain.com

git add *
git commit -m "Updated source"
git remote add origin URL.git
git remote -v
git push --set-u origin master


En esta página del sitio puede ver el video en línea React Native Tutorial: Git Setup de Duración hora minuto segunda en buena calidad , que subió el usuario David Grice 14 noviembre 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 12,746 veces y le gustó 199 a los espectadores. Disfruta viendo!