Created
June 23, 2012 21:59
-
-
Save eladb/2980228 to your computer and use it in GitHub Desktop.
mylittlepaas - commit with module
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 npm-shrinkwrap.json package.json | |
$ git commit -m 'asciimo' | |
[master d901bff] asciimo | |
3 files changed, 24 insertions(+), 3 deletions(-) | |
create mode 100644 npm-shrinkwrap.json | |
$ git push origin master | |
Counting objects: 8, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (5/5), done. | |
Writing objects: 100% (5/5), 725 bytes, done. | |
Total 5 (delta 2), reused 0 (delta 0) | |
To [email protected]:eladb/mylittlepaas2.git | |
54b0128..d901bff master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment