.git broken, restart
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
git_rm_repo ()
|
||||
{
|
||||
KEYWORD=$1;
|
||||
git filter-repo --path-glob "$KEYWORD" --invert-paths
|
||||
}
|
||||
git_rm_repo "$@"
|
||||
Reference in New Issue
Block a user