hellen-one/git_scripts/git_super_clean.sh

4 lines
71 B
Bash
Raw Permalink Normal View History

2022-05-18 15:15:26 -07:00
#!/bin/bash
git reset --hard
2022-05-22 06:57:06 -07:00
git submodule update --init
2022-05-18 15:15:26 -07:00
git clean -fxd