When I follow that process and get to the merge point, GitHub tells me I do not have write permissions to the 'develop' branch.
On Tue, Jan 23, 2018 at 4:12 PM, OmPrakash Muppirala <[email protected]> wrote: > A good workflow would be as follows: > > * Create your personal branch off of the `develop` branch > * Make all your commits directly to your personal branch > * When you are ready to share your work to the world, create a Pull Request > from your branch to `develop` > * This will let others look at and review your changes. > * Now, you are a committer, that means that you can simply merge that Pull > Request yourself. > > Earlier, when you were not a committer, you had to wait for one of us to do > the last step, i.e. merge the Pull Request. > > Thanks, > Om > > On Tue, Jan 23, 2018 at 11:58 AM, Andrew Wetmore <[email protected]> > wrote: > > > Ah, wait: I was only creating and editing that file in my personal > branch. > > I still don't see how to do creates and edits without making and having > > someone else process branches. > > > > On Tue, Jan 23, 2018 at 3:50 PM, Andrew Wetmore <[email protected]> > > wrote: > > > > > I now seem to be able to create and commit a new file, and to edit an > > > existing file and commit the edited file directly! > > > > > > Excellent. > > > > > > What do I do with the lurking pull requests? > > > > > > > > > > > > > > > -- > > > Andrew Wetmore > > > > > > http://cottage14.blogspot.com/ > > > > > > > > > > > > > > > > > > > > > -- > > Andrew Wetmore > > > > http://cottage14.blogspot.com/ > > > -- Andrew Wetmore http://cottage14.blogspot.com/
