React Native Tutorial: Git Setup

Published: 14 November 2020
on channel: 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


On this page of the site you can watch the video online React Native Tutorial: Git Setup with a duration of hours minute second in good quality, which was uploaded by the user David Grice 14 November 2020, share the link with friends and acquaintances, this video has already been watched 12,746 times on youtube and it was liked by 199 viewers. Enjoy your viewing!