Changes between Version 6 and Version 7 of QtWebKitGitInstructions
- Timestamp:
- Dec 9, 2008, 8:42:48 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitGitInstructions
v6 v7 36 36 {{{ 37 37 git fetch 38 git merge origin/svn/master38 git rebase origin/svn/master 39 39 }}} 40 40 * When you are happy with your changes and they have been merged into the {{{svn/master}}} branch you can delete your branch on the public repository using {{{git push origin :simon/crash-fix}}} 41 41 * After deleting the branch on the public repository you can also delete it locally: 42 * Switch to a different branch, such as {{{ qtwebkit-4.5}}}: {{{git checkout qtwebkit-4.5}}}42 * Switch to a different branch, such as {{{master}}}: {{{git checkout master}}} 43 43 * Delete the branch: {{{git branch -D simon/crash-fix}}} 44 44