All React JS source code examples.
All branches to search:
- ReactExercises
- ReactExamples
- ReactComponnets
- ReactProjects
- ReactPatterns
git remote add origin https://github.com/idfldev/ReactJS-Sources.git
git branch -M master
git push -u origin master
echo "# ReactJS-Sources" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/idfldev/ReactJS-Sources.git
git push -u origin master
- The full set of commands used in this example of how to push a local branch remotely are as follows:
- github@branch/c/remote/push (new-branch)
- git clone https://github.com/idfldev/ReactJS-Sources.git
- cd git*
- git checkout -b new-branch
- github@branch/c/remote/push (new-branch)
- git branch -a
- touch new_file.py
- git add .
- git commit -m "About to Git push a local branch upstream to a remote GitHub repo."
- git push --set-upstream origin new-branch
- github@branch/c/remote/push (new-branch)
- touch eden.html
- git add .
- git commit -m "Justin Van add the new file"
- git push origin
- github@branch/c/remote/push (new-branch)
- touch eden.html
- git add .
- git commit -m "Justin Van add the new file"
- git push origin