#first clone master branch
#git branch //to see which branch you are in #git branch --list //to see lists of branch
#git branch alpha //create new branch
#git checkout alpha //change branch to alpha branch //we can also create branch and checkout with one command --> git checkout -b myNewBranch
//now add file to master folder
#git add .
#git commit -m "message here"
#git push --set-upstream origin alpha //not just git push because out remote repo dont have alpha branch yet
-
Notifications
You must be signed in to change notification settings - Fork 0
REACT YOUTUBE APP
pudasainianjan/React-Project-Codes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
REACT YOUTUBE APP
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published