reneboer / python-carnet-client

python script that emulated the VW WE Connect (formerly CarNet) web site
GNU General Public License v3.0
21 stars 9 forks source link

Development should take place in main branch #9

Closed birgersp closed 5 years ago

birgersp commented 5 years ago

Hi,

I see you've created another branch for development, now with two scripts doing virtually the same thing. Why is this? If you want to keep a "stable" version of the script, create a tag on a commit where the script was working as intended.

I propose:

reneboer commented 5 years ago

It is a development branch because it is not final. I work on more projects where things are handled like this. You test a development version before you update the master.

birgersp commented 5 years ago

Okay. But why do you keep two scripts in the repo? Shouldn't there be just one?