git init git add . git commit -m "Initial commit" git remote add origin https://github.com/username/Hello-World.git # Creates a remote named "origin" pointing at your GitHub repository git push origin master # Sends your commits in the "master" branch to GitHub
Friday, May 9, 2014
How can I upload fresh code at github?
Subscribe to:
Post Comments (Atom)
Javascript find highest and lowest from the given inputs
function highAndLow(numbers){ // numbers = "4 5 29 54 4 0 -214 542 -64 1 -3 6 -6" let numbersInArr = numbers.split(' ...
-
----------HTML---------------- * Expiration - Select - Jan Feb Mar Apr May June July Aug Sep Oct Nov Dec - Select - 2011 20...
-
tantrum - an occasion when someone suddenly behaves in a very angry and unreasonable way, often screaming, crying, or refusing to obey so...
-
function highAndLow(numbers){ // numbers = "4 5 29 54 4 0 -214 542 -64 1 -3 6 -6" let numbersInArr = numbers.split(' ...
No comments:
Post a Comment