Changes between Version 11 and Version 12 of faq/gitification
- Timestamp:
- May 25, 2012, 10:07:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/gitification
v11 v12 106 106 Finally, we have to merge the patched new version into our master branch: 107 107 {{{ 108 git checkout master 108 109 git subtree merge --squash --prefix=modules/i18n i18n-linksunten 109 110 }}}