Changes between Version 33 and Version 34 of Patches
- Timestamp:
- 2019-03-15T17:31:25Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Patches
v33 v34 12 12 Download 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. 13 13 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`.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`. 15 15 16 16 Now, hack at Tahoe-LAFS!