love my git shortcuts
This commit is contained in:
parent
cec0976fa1
commit
6eb314fc8e
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
git clean -f -X
|
|
@ -0,0 +1,3 @@
|
|||
git reset --hard
|
||||
git submodule update --init
|
||||
git clean -fxd
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
git reset --hard
|
||||
git submodule update --init
|
||||
git clean -fxd
|
Loading…
Reference in New Issue