Files

6 lines
54 B
Bash
Executable File

#!/bin/bash
git reset --hard
git clean -fdx
git pull