diff --git a/home.md b/home.md index f968910..a339ed0 100644 --- a/home.md +++ b/home.md @@ -27,26 +27,26 @@ Rebasing the kernel involves the following steps: ### Configuration -1. git checkout internal -2. git merge -3. make rh-configs-commit -4. git push -5. ./redhat/gen_config_patches.sh -6. Open a merge request for each configs// branch. +1. ``git checkout internal`` +2. ``git merge `` +3. ``make rh-configs-commit`` +4. ``git push`` +5. ``./redhat/gen_config_patches.sh`` +6. Open a merge request for each ``configs//`` branch. ### Release branch Once the kernel patches and configuration have been updated for the new release, it's time to create the release branch: -1. git checkout -b ark/ ark/patches/ -2. git merge internal -3. touch localversion -4. make rh-release -5. make rh-release-tag -6. git push origin ark/ ark/patches/ -7. git checkout master -8. git reset --hard ark/ -9. git push -f origin master ark/patches +1. ``git checkout -b ark/ ark/patches/`` +2. ``git merge internal`` +3. ``touch localversion`` +4. ``make rh-release`` +5. ``make rh-release-tag`` +6. ``git push origin ark/ ark/patches/`` +7. ``git checkout master`` +8. ``git reset --hard ark/`` +9. ``git push -f origin master ark/patches`` # Repository Layout