Changes between Version 34 and Version 35 of Patches


Ignore:
Timestamp:
2020-06-11T12:55:23Z (4 years ago)
Author:
exarkun
Comment:

link and text agree

Legend:

Unmodified
Added
Removed
Modified
  • Patches

    v34 v35  
    1212Download the source code from your new fork. This can be done by typing `git clone https://github.com/<YOUR USERNAME>/tahoe-lafs.git` into terminal.
    1313
    14 Navigate to the `tahoe-lafs` folder and type `git branch` to make sure `master` is selected. Then create a new branch with `git checkout -b <your branch name>`. Your branch name should have the ticket number and a small description of what the ticket is addressing. For example, the branch name for [https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3003 ticket #3000 - Set up a GitHub contributor guide] was `3003.contributor-guide`.
     14Navigate to the `tahoe-lafs` folder and type `git branch` to make sure `master` is selected. Then create a new branch with `git checkout -b <your branch name>`. Your branch name should have the ticket number and a small description of what the ticket is addressing. For example, the branch name for [https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3003 ticket #3003 - Set up a GitHub contributor guide] was `3003.contributor-guide`.
    1515
    1616Now, hack at Tahoe-LAFS!