Changes between Version 28 and Version 29 of UsingGitWithWebKit


Ignore:
Timestamp:
Aug 3, 2009 7:24:53 PM (15 years ago)
Author:
joepeck02@gmail.com
Comment:

Added Section on Ignores

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v28 v29  
    125125
    126126 More info @ http://git.ndesk.org/?p=git-porcelains;a=summary
     127
     128== Ignores ==
     129 * You can setup your git repository to ignore the same files that are ignored in the tracked svn repository with: (this will take some time)
     130{{{
     131git svn show-ignore >> .git/info/exclude
     132}}}