Changeset 271494 in webkit
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r271409 r271494 1 2021-01-14 Jonathan Bedard <jbedard@apple.com> 2 3 [GitHub] Reference GitHub repository in readme 4 https://bugs.webkit.org/show_bug.cgi?id=220611 5 <rdar://problem/73173367> 6 7 Reviewed by Aakash Jain. 8 9 * ReadMe.md: Reference GitHub repository. 10 1 11 2021-01-12 Fujii Hironori <Hironori.Fujii@sony.com> 2 12 -
trunk/ReadMe.md
r269189 r271494 28 28 29 29 ``` 30 git clone git ://git.webkit.org/WebKit.git WebKit30 git clone git@github.com:WebKit/WebKit.git WebKit 31 31 ``` 32 32 … … 34 34 35 35 ``` 36 git clone https://git .webkit.org/git/WebKit.git WebKit36 git clone https://github.com/WebKit/WebKit.git WebKit 37 37 ``` 38 38 39 If you want to be able to commit changes to the repository, or just want to check out branches that aren’t contained in WebKit.git, you will need track WebKit's Subversion repository. You can run the following command to configure this and other options of the new Git clone for WebKit development.39 If you want to be able to track Subversion revision from your git checkout, you can run the following command to do so: 40 40 41 41 ``` 42 Tools/Scripts/ webkit-patch setup-git-clone42 Tools/Scripts/git-webkit setup-git-svn 43 43 ``` 44 44
Note:
See TracChangeset
for help on using the changeset viewer.