Skip to content

Instantly share code, notes, and snippets.

@eladb
Created June 23, 2012 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eladb/2980228 to your computer and use it in GitHub Desktop.
Save eladb/2980228 to your computer and use it in GitHub Desktop.
mylittlepaas - commit with module
$ 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 git@github.com: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