Tag : version-control

If I met all requirements on version 1.0 and go on working towards version 2.0, new features would be 1.1, 1.2, 1.3, and so on. What do I version the commits that represent an important fix or a forgotten feature which is required in version 1.0? Even if I didn’t version fixes on version 1.0, there would still be two version 1.0.1s until the develop branch merges into the master b..

Read more

My company manages a lot of web sites, and we are currently working without a VCS. I want to propose a VCS for a few reasons, but I think our requirements may be too unique. We work off of a shared drive that is mapped to windows explorer that has a mirror for each site. When edits are made they get pushed to staging, then when approved to the live..

Read more

When several persons work together on a project shared in repositories in github, it happens quite often that I feel that someone else’s code is hard to read, and want to change and reorganize his code and add more comments.
It is for improving readability just for my own purpose, and I don’t want to ask others to change their code in the same way that I change..

Read more