Created
September 11, 2024 19:35
-
-
Save sunipkm/ae7515e70dc9a4a323bf74a0f19d7211 to your computer and use it in GitHub Desktop.
Revisions
-
sunipkm created this gist
Sep 11, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # Git Tidbits ### Removing files in post after changing `.gitignore` ```sh $ git rm --cached `git ls-files -i -c --exclude-from=.gitignore` ```