Re: [Bug-wget] [GSoC] Git & Github workflow

2017-04-02 Thread Tim Rühsen
On Sonntag, 2. April 2017 19:01:04 CEST Avinash Sonawane wrote: > On Thu, Mar 23, 2017 at 9:08 PM, Avinash Sonawane wrote: > > If we get helpful responses, I will add this "contributing guide for > > GSoC students" to our wiki. > > As promised earlier, I just added a

Re: [Bug-wget] [GSoC] Git & Github workflow

2017-04-02 Thread Avinash Sonawane
On Sun, Apr 2, 2017 at 8:20 PM, Ander Juaristi wrote: > I've made a couple of revisions [0]. Wow! Didn't know that we were following Linux kernel coding style. I remember asking about this one. Thank you! Regards, Avinash Sonawane (rootKea) PICT, Pune

Re: [Bug-wget] [GSoC] Git & Github workflow

2017-04-02 Thread Ander Juaristi
Hi, This is certainly a really good contibution, and often overlooked. I've made a couple of revisions [0]. Regards, - AJ [0] https://github.com/rockdaboot/wget2/wiki/Contributing-guide-for-GSoC-students/_history On 02/04/17 15:31, Avinash Sonawane wrote: > On Thu, Mar 23, 2017 at 9:08 PM,

Re: [Bug-wget] [GSoC] Git & Github workflow

2017-04-02 Thread Avinash Sonawane
On Thu, Mar 23, 2017 at 9:08 PM, Avinash Sonawane wrote: > If we get helpful responses, I will add this "contributing guide for > GSoC students" to our wiki. As promised earlier, I just added a "contributing guide for GSoC students" to our wiki.[0] I hope this helps GSoC

Re: [Bug-wget] [GSoC] Git & Github workflow

2017-03-23 Thread Avinash Sonawane
On Thu, Mar 23, 2017 at 9:43 PM, Tim Ruehsen wrote: > A beginner should read 'Getting Started' and 'Git Basics' to get an idea of > how Git works at http://git-scm.com/doc. Just to make it more clear, Tim meant first 2 chapters of Pro Git https://git-scm.com/book/en/v2 > -

Re: [Bug-wget] [GSoC] Git & Github workflow

2017-03-23 Thread Tim Ruehsen
On Thursday, March 23, 2017 9:08:45 PM CET Avinash Sonawane wrote: > Hello! > > I am familiar with git. But currently I'm feeling pretty overwhelmed > with git operations. There are so many of them! > > Also we are coordinating wget2 development on Github, which is though > a front-end to git

Re: [Bug-wget] [GSoC] Git & Github workflow

2017-03-23 Thread Avinash Sonawane
On Thu, Mar 23, 2017 at 9:08 PM, Avinash Sonawane wrote: > Periodically keep synching the fork which involves: > 1) add remote upstream <- just once > 2) fetch upstream > 3) checkout master > 4) merge upstream/master 5) checkout foo 6) merge upstream/master -- Avinash

[Bug-wget] [GSoC] Git & Github workflow

2017-03-23 Thread Avinash Sonawane
Hello! I am familiar with git. But currently I'm feeling pretty overwhelmed with git operations. There are so many of them! Also we are coordinating wget2 development on Github, which is though a front-end to git but has its own work-flow. You have fork, pull request etc. I have read sufficient