7 lines
101 B
Bash
7 lines
101 B
Bash
#!/bin/bash
|
|
|
|
git reset --hard
|
|
git pull
|
|
git submodule update --init --recursive
|
|
git clean -fd --force
|