Skip to content

Instantly share code, notes, and snippets.

@jankoprowski
Created August 11, 2010 07:49
Show Gist options
  • Save jankoprowski/518643 to your computer and use it in GitHub Desktop.
Save jankoprowski/518643 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "PRE: $@" >&2
exit 0
# $ git push
# git@localhost's password:
# Counting objects: 5, done.
# Delta compression using up to 4 threads.
# Compressing objects: 100% (2/2), done.
# Writing objects: 100% (3/3), 261 bytes, done.
# Total 3 (delta 0), reused 0 (delta 0)
# remote: PRE:
# To git@localhost:test.git
# 4e372f5..69a7e79 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment