You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i "s/${item_key}/${item_value}/g"`egrep "${item_key}" -rl ${target_dir} --exclude-dir=.git`
The text was updated successfully, but these errors were encountered:
Yulv-git
changed the title
--exclude-dir=.git is to prevent the git index from being modified.--exclude-dir=.git is to prevent the git index files from being modified.
Jun 6, 2022
If you accidentally modify the git index files, it will cause a Git fatal: Unknown index entry format xxx error. You can undo changes with the following command: rm -f .git/index git reset.
Search-for-Typos/auto_fix.sh
Line 34 in 75cd9a5
The text was updated successfully, but these errors were encountered: