Skip to main content
grammar
Source Link
Rayfleck
  • 12.1k
  • 8
  • 51
  • 74

How should be treated framework/library files be treated in git?

What is the best practice with versioning projectprojects with multiple 3rd party libraries in git or other DVSC? Should be the project source code be mixed with libraries in the same repository, or should they be separated somehow, or not versioned at all? Is this a good place for using submodules? I am talking about uncompiled libraries(php frameworks for example)

How should be treated framework/library files in git?

What is the best practice with versioning project with multiple 3rd party libraries in git or other DVSC? Should be the project source code mixed with libraries in same repository, or should they be separated somehow, or not versioned at all? Is this place for using submodules? I am talking about uncompiled libraries(php frameworks for example)

How should framework/library files be treated in git?

What is the best practice with versioning projects with multiple 3rd party libraries in git or other DVSC? Should the project source code be mixed with libraries in the same repository, or should they be separated somehow, or not versioned at all? Is this a good place for using submodules? I am talking about uncompiled libraries(php frameworks for example)

Source Link
tputnoky
  • 155
  • 1
  • 1
  • 8

How should be treated framework/library files in git?

What is the best practice with versioning project with multiple 3rd party libraries in git or other DVSC? Should be the project source code mixed with libraries in same repository, or should they be separated somehow, or not versioned at all? Is this place for using submodules? I am talking about uncompiled libraries(php frameworks for example)