Changes between Version 1 and Version 2 of QtWebKitGitInstructions
- Timestamp:
- Nov 23, 2007, 5:56:26 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitGitInstructions
v1 v2 14 14 * Clone your git repository from {{{git+ssh://git@code.staikos.net/srv/git/webkit}}} 15 15 * After that you will have one local branch called {{{qtwebkit}}}. 16 * Tell git your full name and email address: 17 {{{ 18 git config user.email joe.doe@foobar.com 19 git config user.name Joe Doe 20 }}} 16 21 17 22 == Step-by-step instructions ==