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