+ [8 years ago] ChiLL_SurF I have decided to start using a repository system for my files
+ [8 years ago] ChiLL_SurF I'd prefer the system to be open source (in order to upload it to my own server or use a free online repository system like git or github) but for private files. I'd also need it to be used by two users
+ [8 years ago] ChiLL_SurF Could you please help me on choosing the right repository system for my needs?
+ [8 years ago] tobiasvl ChiLL_SurF: what files? what are you asking about here
+ [8 years ago] tobiasvl what's a "repository system"? a VCS? I assume most people here will recommend git, so probably the wrong place to ask...

message no. 157999

Posted by AlexP11223 in #github at 2016-12-02T08:37:36Z

To solve the first issue, should I create another branch (my-master) and cherry pick all other branches here? Or there are other ways?
+ [8 years ago] Naan if i commit to a branch should that create a pull request automatically?
+ [8 years ago] nedbat Naan: no, you have to make a pull request from the branch
+ [8 years ago] nedbat Naan: if you visit the page for the repo, there will be a button to make the pr
+ [8 years ago] Naan ah ok I think I know what I did wrong
+ [8 years ago] Naan I think I merged my earlier pull request on the same branch