Re: [W3af-develop] Avoid to commit and push __init__.py file -- Trick
Status: Beta
Brought to you by:
andresriancho
From: Dominique R. <dom...@gm...> - 2013-08-17 09:47:23
|
I have updated the Wiki with this information: https://github.com/andresriancho/w3af/wiki/Contributing-101 On 17/08/2013 11:23, Dominique RIGHETTO wrote: > Hi, > > I have just found a trick to avoid to commit and push "__init__.py" > file. I use Git option "--assume-unchanged" [0]. > > Ex: > git update-index --assume-unchanged plugins/audit/__init__.py > > Very useful to avoid to anger Andres during a Pull request phase :) > > [0] https://help.github.com/articles/ignoring-files |