Skip to content

idfldev/Javascript-Sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Javascript-Sources All Python source code examples.

All branches to search: JavascriptExercises JavascriptExamples JavascriptProjects JavascriptPatterns

…or push an existing repository from the command line

git remote add origin https://github.com/idfldev/Javascript-Sources.git
git branch -M master
git push -u origin master

…or create a new repository on the command line

echo "# Javascript-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/Javascript-Sources.git
git push -u origin master

All of the code examples in this source study how it works.

- 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/My-Code-Learn.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

About

All Jaavascipt codes example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published