Changes between Version 34 and Version 35 of Patches
- Timestamp:
- 2020-06-11T12:55:23Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Patches
v34 v35 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/3003 ticket #300 0- Set up a GitHub contributor guide] was `3003.contributor-guide`.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 #3003 - Set up a GitHub contributor guide] was `3003.contributor-guide`. 15 15 16 16 Now, hack at Tahoe-LAFS!