Tagged Questions
7
votes
3answers
524 views
Agile development deployment process. Where do QA and Business Owners test?
I've been reading up a lot lately on various web application deployment processes using SVN or GIT, with a view to redesigning how we currently deploy where I work.
As is the way with many flavours ...
4
votes
4answers
286 views
How can I get programmers to work together better on shared code with tests
We keep repeating "you have to pull first" (this is git and github by the way). Then you code a little, then get your tests to pass, then commit, then pull and push again. We give tutorial links, ...
5
votes
2answers
225 views
How to open-source a project whose git repository has copyrighted media in the history?
I want to release an audio fingerprinting software project under a free license, but the repository contains copyrighted audio files. The test cases also currently use these files. How do I release ...