3 lines
61 B
Text
3 lines
61 B
Text
|
#!/bin/sh
|
||
|
GIT_WORK_TREE=/var/www/main git checkout -f master
|