mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git reset --hard
|
|
git clean -fdx
|
|
git pull
|