Answers for "gitignore file create"

14

create gitignore

# creates gitignore file
$ touch .gitignore
Posted by: Guest on July-11-2020
0

gitignore new monified file ?

--cached
    Use this option to unstage and remove paths only from the index. 
    Working tree files, whether modified or not, will be left alone.
Posted by: Guest on June-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language