Changes between Version 54 and Version 55 of UsingGitWithWebKit
- Timestamp:
- Sep 6, 2010, 7:09:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v54 v55 113 113 webkit-patch and check-webkit-style commands all work with git. By default all webkit-patch commands will treat all changes in your branch as a single commit (i.e. all local commits + working copy changes get uploaded/committed as a single commit). To operate on a specific commit, use --git-commit=commitish or "-g commitish". commitish can be a single commit (e.g. HEAD~1), a commit range (e.g. HEAD~3..HEAD~1, operates on HEAD~2 and HEAD~1 as a single commit) or the working copy (i.e., HEAD..). 114 114 115 WARNING: webkit-patch land will hang the first time you call it. It's (silently) blocked on prompting for your svn credentials. You'll need to use "git svn dcommit" for your first commit. 116 115 117 The various scripts in `WebKitTools/Scripts` have been made to work pretty well with Git. Here are some 116 118 of the specific things you can do with them: