4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
# checks out the received ref on push
|
||
|
git read-tree -u -m HEAD "$1"
|