2019-02-19 02:25:08 +00:00
|
|
|
function motherfuckgit
|
2019-04-08 00:54:11 +00:00
|
|
|
git clean -xfd
|
|
|
|
git submodule foreach --recursive git clean -xfd
|
|
|
|
git reset --hard
|
|
|
|
git submodule foreach --recursive git reset --hard
|
|
|
|
git submodule update --init --recursive
|
2019-02-19 02:25:08 +00:00
|
|
|
end
|