Changes between Version 18 and Version 19 of RFC/6_MigrationGitHub
- Timestamp:
- 04/20/19 06:16:37 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RFC/6_MigrationGitHub
v18 v19 106 106 Note that "normal" bugs reported will not carry a label in order to not overload the visual impact and readability. 107 107 108 == Rules and best practices for using Git == 109 110 Before the new Git repository is open for writing, we need to have rules and best practices for dealing with the following: 111 112 * Policy for automatic merge commits due to un-synchronous nature of Git. Do we want to avoid those by `git pull --rebase`? 113 * How to do backports? 114 * A branch for every feature or bug fix in the main repo or is this done in the fork? 115 * ''(add more)'' 116 108 117 == Turning SVN/trac into readonly mode == 109 118