← Back to team overview

p2psp team mailing list archive

Important information for the GSoC students

 

Hi guys,

We think that a good way to work on GitHub is by creating a new branch for
each project and using pull request (PR). Doing this, the rest of community
can follow the changes for each project from the main repo.

We are going to create the following branches in the p2psp repository:
- gui: for the gui project.
- cis: for the project "implementation of content integrity set of rules".
- nts: for the project "NAT traversal via hole punching set of rules"

You must create the branch for your project in your repository. To do this,
you can follow next steps:

1. git branch <name>
2. git checkout <name>
2. git push -u origin <name>

After that, you should work in your branch and when you have developed a
new feature you can send a PR.

If you want to synchronize your fork with the P2PSP repo, you can follow
this guide (thanks JJ):
https://gist.github.com/josejuansanchez/434ec964f975cb8fbb4c

Thanks!
Regards.