11 lines
132 B
Bash
11 lines
132 B
Bash
#!/usr/bin/env bash
|
|
|
|
git clean -f
|
|
git reset --hard origin
|
|
git pull
|
|
git lfs pull
|
|
git clean -f
|
|
echo "You can close this window now"
|
|
|
|
|