Preserving ignored files

To preserve the previous ignored files in Subversion, we can append the svn:ignore settings to the .gitignore file:

$ git svn show-ignore >> .gitignore
$ git add .gitignore
$ git commit -m "Convert svn:ignore properties to .gitignore"
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.8.247