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