love my git shortcuts

This commit is contained in:
rusefillc 2022-05-30 16:05:32 -04:00
parent cec0976fa1
commit 6eb314fc8e
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
git clean -f -X

View File

@ -0,0 +1,3 @@
git reset --hard
git submodule update --init
git clean -fxd

View File

@ -0,0 +1,4 @@
#!/bin/bash
git reset --hard
git submodule update --init
git clean -fxd