Page 1 of 1

Create a .gitignore file and define a rule to never push '~' files (generated by Emacs). I tried typing touch .gitignor

Posted: Fri May 20, 2022 12:59 pm
by answerhappygod
Create a .gitignore file and define a rule to never
push '~' files (generated by Emacs).
I tried typing touch .gitignore and echo '~' >
.gitignore but it still said there wasn't a .gitignore
file
Is there another alternative?