Changes between Version 8 and Version 9 of GIT


Ignore:
Timestamp:
Mar 3, 2011, 11:07:20 PM (13 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Francois-David Collin/emailAddress=Francois-David.Collin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIT

    v8 v9  
    1111}}}
    1212For you Xcoders, create those files there :
    13 [[dotgitignore]]
    14 [[dotgitattributes]]
     13.gitgnore
     14{{{
     15# xcode noise
     16build/*
     17*.pbxuser
     18*.mode1v3
    1519
     20# old skool
     21.svn
     22
     23# osx noise
     24.DS_Store
     25profile
     26}}}
     27
     28.gitattributes
     29{{{
     30*.pbxproj -crlf -diff -merge
     31}}}
    1632== Commands ==
    1733{{{