Answers for "gitignore new monified file ?"

0

create gitignore files

#Linux
$ touch .gitignore

#Windows
cd c:\<your path>
notepad .gitignore
#Accept the prompt to create the file, edit the contents accordingly, save and close.
Posted by: Guest on December-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

Browse Popular Code Answers by Language