React Native Tutorial: Git Setup

Publié le: 14 novembre 2020
sur la chaîne: 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


Sur cette page du site, vous pouvez voir la vidéo en ligne React Native Tutorial: Git Setup durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur David Grice 14 novembre 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 12,746 fois et il a aimé 199 téléspectateurs. Bon visionnage!