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
На этой странице сайта вы можете посмотреть видео онлайн React Native Tutorial: Git Setup длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь David Grice 14 Ноябрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 12,746 раз и оно понравилось 199 зрителям. Приятного просмотра!