⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271494 in webkit


Ignore:
Timestamp:
Jan 14, 2021, 10:47:24 AM (6 years ago)
Author:
Jonathan Bedard
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.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r271409 r271494  
     12021-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
    1112021-01-12  Fujii Hironori  <Hironori.Fujii@sony.com>
    212
  • trunk/ReadMe.md

    r269189 r271494  
    2828
    2929```
    30 git clone git://git.webkit.org/WebKit.git WebKit
     30git clone git@github.com:WebKit/WebKit.git WebKit
    3131```
    3232
     
    3434
    3535```
    36 git clone https://git.webkit.org/git/WebKit.git WebKit
     36git clone https://github.com/WebKit/WebKit.git WebKit
    3737```
    3838
    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.
     39If you want to be able to track Subversion revision from your git checkout, you can run the following command to do so:
    4040
    4141```
    42 Tools/Scripts/webkit-patch setup-git-clone
     42Tools/Scripts/git-webkit setup-git-svn
    4343```
    4444
Note: See TracChangeset for help on using the changeset viewer.