Changes between Version 33 and Version 34 of Patches


Ignore:
Timestamp:
2019-03-15T17:31:25Z (5 years ago)
Author:
exarkun
Comment:

I really like my dots

Legend:

Unmodified
Added
Removed
Modified
  • Patches

    v33 v34  
    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/1382 ticket #1382 - immutable peer selection refactoring and enhancements] was `1382-immutable-peer-selection`.
     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 #3000 - Set up a GitHub contributor guide] was `3003.contributor-guide`.
    1515
    1616Now, hack at Tahoe-LAFS!