Skip to content

Commit

Permalink
Minor typo fix (.gitignroe) (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere authored Nov 23, 2024
1 parent 8366927 commit 45a1c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Common issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Run `chmod 600 ~/.ssh/config` in the terminal.

Since the plugin uses the native git installation, I can assure you that if the `.gitignore` file is properly written and git is correctly used, everything should work.

It's important to note that once a file is committed (or staged) changing the `.gitignroe` doesn't help. You have to delete the file from your repo manually to ignore the file properly:
It's important to note that once a file is committed (or staged) changing the `.gitignore` doesn't help. You have to delete the file from your repo manually to ignore the file properly:
1. Run `git rm --cached <file>` in your terminal. The file will stay on your file system. It's just deleted in your repo.
2. The file should be listed as deleted in `git status`
3. Commit the deletion
4. Now any changes to the file are properly ignored.
4. Now any changes to the file are properly ignored.

0 comments on commit 45a1c70

Please sign in to comment.