[ create a new paste ] login | about

Link: http://codepad.org/ocfduUnm    [ raw code | fork ]

Plain Text, pasted on Feb 14:
1
2
3
4
5
6
7
8
root@Whiskey:/home/whiskey/# echo "Test message" >commit-message; .git/hooks/commit-msg commit-message
commit-message
I was here
Wrong!
root@Whiskey:/home/whiskey/# echo "Added: test" >commit-message; .git/hooks/commit-msg commit-message               
commit-message
I was here
root@Whiskey:/home/whiskey/# 


Create a new paste based on this one


Comments: