5 lines
66 B
Bash
5 lines
66 B
Bash
#!/usr/bin/env bash
|
|
|
|
git reset --hard
|
|
git add -A
|
|
git reset --hard
|