Re: [W3af-develop] Use Contributing 101 guide on Threading2 branch

2013-03-13 Thread Andres Riancho
Dom, On Sat, Mar 9, 2013 at 5:33 AM, Dominique RIGHETTO wrote: > Hi, > > As I started using "Contributing 101" Today I've been working on improving that wiki page, mostly because of the w3af workshop I'll be delivering @ ISSA Charlotte (more on this on a later email). The result can be found her

Re: [W3af-develop] Use Contributing 101 guide on Threading2 branch

2013-03-13 Thread Dominique RIGHETTO
Hi, Small update to provide the GIT command line to use to push commits from git flow feature branch to remote repository (w3af reference repository fork): git push origin [BRANCH_NAME] Ex: git push origin feature/csp_plugin Hope this helps :) Dom ---