Skip to content

Instantly share code, notes, and snippets.

View avtakkar's full-sized avatar

Aviral Takkar avtakkar

View GitHub Profile
@avtakkar
avtakkar / git-repo-rewrite.md
Last active July 24, 2024 19:50
Remove Offending String From Git Repository

Remove Offending String From Your Git History

Find the offending string in your git history

➜  s="the-offending-string"

# git grep: string search in git
# --text: treat all files as text
# -I: ignore binary files
@avtakkar
avtakkar / LICENSE
Created January 24, 2023 18:04 — forked from noelbundick/LICENSE
Exclude WSL installations from Windows Defender realtime protection
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: