Title: [271494] trunk
- Revision
- 271494
- Author
- [email protected]
- Date
- 2021-01-14 10:47:24 -0800 (Thu, 14 Jan 2021)
Log Message
[GitHub] Reference GitHub repository in readme
https://bugs.webkit.org/show_bug.cgi?id=220611
<rdar://problem/73173367>
Reviewed by Aakash Jain.
* ReadMe.md: Reference GitHub repository.
Modified Paths
Diff
Modified: trunk/ChangeLog (271493 => 271494)
--- trunk/ChangeLog 2021-01-14 18:44:13 UTC (rev 271493)
+++ trunk/ChangeLog 2021-01-14 18:47:24 UTC (rev 271494)
@@ -1,3 +1,13 @@
+2021-01-14 Jonathan Bedard <[email protected]>
+
+ [GitHub] Reference GitHub repository in readme
+ https://bugs.webkit.org/show_bug.cgi?id=220611
+ <rdar://problem/73173367>
+
+ Reviewed by Aakash Jain.
+
+ * ReadMe.md: Reference GitHub repository.
+
2021-01-12 Fujii Hironori <[email protected]>
[PlayStation] Enable ENABLE_USERSELECT_ALL for -webkit-user-select:all support
Modified: trunk/ReadMe.md (271493 => 271494)
--- trunk/ReadMe.md 2021-01-14 18:44:13 UTC (rev 271493)
+++ trunk/ReadMe.md 2021-01-14 18:47:24 UTC (rev 271494)
@@ -27,19 +27,19 @@
Run the following command to clone WebKit's Git SVN repository:
```
-git clone git://git.webkit.org/WebKit.git WebKit
+git clone [email protected]:WebKit/WebKit.git WebKit
```
or
```
-git clone https://git.webkit.org/git/WebKit.git WebKit
+git clone https://github.com/WebKit/WebKit.git WebKit
```
-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.
+If you want to be able to track Subversion revision from your git checkout, you can run the following command to do so:
```
-Tools/Scripts/webkit-patch setup-git-clone
+Tools/Scripts/git-webkit setup-git-svn
```
For information about this, and other aspects of using Git with WebKit, read [the wiki page](https://trac.webkit.org/wiki/UsingGitWithWebKit).
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes