Initial check-in

This commit is contained in:
Duc
2025-03-14 14:24:14 -07:00
parent 250d01ac31
commit 3ef0e29ca0
16 changed files with 973 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
length=${#1};
if [[ $length -eq 0 ]]
then
echo "Please specify a tracked file to ignore";
exit 1
fi
git update-index --skip-worktree $1