Changes between Version 10 and Version 11 of faq/gitification
- Timestamp:
- May 26, 2012, 2:05:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/gitification
v10 v11 78 78 Then we overwrite the newly imported files with our patched version and commit the patches. At this point, [http://git-scm.com/book/ch6-2.html interactive staging] might be a good idea. 79 79 {{{ 80 cp ~/i18n. modulemodules/i18n80 cp ~/i18n.pages.inc modules/i18n 81 81 cp ~/i18nsync.module modules/i18n/i18nsync 82 82 git add modules/i18n/i18n.pages.inc