Created
June 23, 2012 17:06
-
-
Save eladb/2979049 to your computer and use it in GitHub Desktop.
mylittlepaas - commit hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git add app.js package.json | |
$ git commit -m 'Hello world' | |
[master d8e0ac5] Hello world | |
2 files changed, 29 insertions(+), 0 deletions(-) | |
create mode 100644 app.js | |
create mode 100644 package.json | |
$ git push origin master | |
Counting objects: 4, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 506 bytes, done. | |
Total 3 (delta 1), reused 0 (delta 0) | |
To [email protected]:eladb/mylittlepaas.git | |
1c3356e..d3dc606 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment