I have a rule in my .gitignore
to ignore .pdf
files in my current git repo. But I'd like to add a pdf
in particular to my commit (example.pdf
). I'm working with Emacs and Magit.
In a Linux terminal I would usually type:
git add example.pdf --force
Although, I haven't found an equivalent way of doing so in Magit.
Any ideas? Thanks