Skip to content

Instantly share code, notes, and snippets.

@eladb
Created June 23, 2012 19:17
Show Gist options
  • Save eladb/2979574 to your computer and use it in GitHub Desktop.
Save eladb/2979574 to your computer and use it in GitHub Desktop.
mylittlepaas - commit trigger
$ git commit -am 'Adding post-receive hook endpoint'
[master 54b0128] Adding post-receive hook endpoint
1 files changed, 7 insertions(+), 1 deletions(-)
$ git push origin master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 538 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
To [email protected]:eladb/mylittlepaas2.git
0f42064..54b0128 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment