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 ---

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

2013-03-09 Thread Dominique RIGHETTO
Hi, As I started using "Contributing 101" to implements the CSP grep plugin, I have remarked somes minor update to do to work on right branch, on point 5 of the guide ( indicated below using [!!!] ): >>> git clone --recursive g...@github.com:/w3af.git >>> cd w3af >>> git checkout threading2