Changes between Version 13 and Version 14 of Moving to Git
- Timestamp:
- Dec 20, 2010, 10:40:52 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Moving to Git
v13 v14 44 44 * Branching is cheap with git which would encourage the practice of developing unstable features in smaller chunks. This would also help to reduce the number of build breakages, as branches that require changes in the platform layers can be done and tested outside of trunk. When all platforms build the changes can be merged to trunk. 45 45 * We have a significant amount of git knowledge amongst various WebKit devs for training the remaining devs. 46 * WebKitTools/Scripts already contains lots of git coverage.46 * Tools/Scripts already contains lots of git coverage. 47 47 * Using GitHub or setting up our own gitorious server for WebKit would allow others to more easily see the different projects that are going on. 48 48 * Please fill in here...