Describe your workflow of using version control (VCS or DVCS)
Posted
by edwin.nathaniel
on Stack Overflow
See other posts from Stack Overflow
or by edwin.nathaniel
Published on 2010-04-24T15:31:34Z
Indexed on
2010/04/24
15:33 UTC
Read the original article
Hit count: 238
I'd like to learn other people workflow when using either SVN or GIT.
Please describe your strategy to handle the following tasks:
- Implement a feature
- Fixing bugs (during development and deployed app)
- Code Review
- Refactoring code (post code-review)
- Incorporate patches
- Releasing the newer version of your app (desktop, web, mobile, would you treat them differently?)
Feel free to organize your answer not grouped by the tasks but grouped by whatever you think is relevant but please organize it by VCS/DVCS (please don't mix them).
Thank you.
© Stack Overflow or respective owner