Created
October 15, 2024 21:22
-
-
Save imRahul05/508417aff9ad76f4ae969255fa143c52 to your computer and use it in GitHub Desktop.
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 characters
git rm --cached .env | |
git rm --cached -r .bolt | |
git commit -m "Remove .env and .bolt files from repository" | |
git push --set-upstream origin main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment