Hey I'm trying to get into git, as an emacs user first thing to do is to make sure the ~ and #*# files are ignored by git. Documentation talks about .gitignore which I've been using. However couple of questions remain:
I'm on mac ox snow leopard. regards, Jeroen
Add this to your $HOME/.gitconfig
;
[core]
excludesfile = /path/to/your/local/.gitignore
Then it'll be locally available on all your git repositories.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With