There was an error while loading. Please reload this page.
1 parent 8c6340e commit 9ca2e2cCopy full SHA for 9ca2e2c
README.md
@@ -1,5 +1,5 @@
1
# commandline
2
-73 useful bash scripts collection on Mac OSX.(实用的命令行脚本)
+74 useful bash scripts collection on Mac OSX.(实用的命令行脚本)
3

4
* adb-bulk-uninstall
5
```bash
@@ -268,6 +268,15 @@ git rebase -i --autosquash ac5db87
268
269
```
270
271
+* git-reset-hard-recovery
272
+```bash
273
+#! /bin/bash
274
+# reference: https://stackoverflow.com/questions/5788037/recover-from-git-reset-hard
275
+
276
+git fsck --lost-found
277
278
+```
279
280
* git-weekly-report
281

282
0 commit comments