Mobile Development- Using React Native - Lecture 19
Lecture Outcome:
At the end of the lecture, students will be able to know about
- Github (Practical)
# Directories and Github In Practice # Some Components from React Native ## Directories 💡 you have to be a super user of your computer! 💡 WINDOWS => \ \\ . .. (directories) Mac/linux => / // . .. (powershell) GIT Bash ### Define and read directories "." === ./ (current folder/directory) e.g ./src = (src folder k andr) ".." == (go back one directory) e.g ../../src/assets # GITHUB in ACTION - repos (we made a repository) - remote (using remote we link our code with that repository AKA CLONE) - stage (choose what you want to send to the remote repo) - commit (give a name*1 to all the things that are in staged changes area) *1: name AKA snapshot - branch push pull fetch 💡 install gitlens extention that will make your VSCODE git usage super smart and easy 💡
0 comments:
Post a Comment